thebesttv / functional-geometry

Scheme implementation of functional geometry using guile-cairo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Scheme 100.0%