Skip to content

theodesp/guile-turtle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

guile-turtle

A simple example on how to embed Guile Scheme to C using a simple “Tortoise” graphics program

Requirements

  1. Guile
  2. Gnuplot

How to run

	make
	./turtle

Commands

guile> (tortoise-move 1)
guile> (tortoise-turn 90)
guile> (tortoise-penup)
guile> (tortoise-move 5)
guile> (tortoise-pendown)
guile> (tortoise-move 1)
guile> (tortoise-reset)

Note

If it complains about default terminal just export GNUTERM=x11 or qt

About

A simple example on how to embed Guile Scheme to C using a simple “Tortoise” graphics program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published