Skip to content

Scheme implementation of functional geometry using guile-cairo.

Notifications You must be signed in to change notification settings

thebesttv/functional-geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Functional Geometry

From SICP chapter 2.2.4.

Dependency

  • Guile 3.0.4
  • guile-cairo 1.11.2, though (cairo-version-string) returns “1.16.0”. If you install guile-cairo under /opt/guile-cairo, then add the following directory to guile’s load path. For convenience, add this line to ~/.guile as well.
    (add-to-load-path "/opt/guile-cairo/share/guile/site")
        

    Run (use-modules (cairo)) to use it.

About

Scheme implementation of functional geometry using guile-cairo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages