1
1
Fork
You've already forked square-limit
0
square-limit: "square limit" pictures using Kawa Scheme
  • Scheme 100%
Find a file
2016年10月30日 11:17:09 -04:00
README.md Initial commit. Some quick work with Kawa Scheme's (kawa pictures) library and the square-limit example from SICP. 2016年10月30日 11:17:09 -04:00
sq-lim-gnu.png Initial commit. Some quick work with Kawa Scheme's (kawa pictures) library and the square-limit example from SICP. 2016年10月30日 11:17:09 -04:00
sq-lim-kawa.png Initial commit. Some quick work with Kawa Scheme's (kawa pictures) library and the square-limit example from SICP. 2016年10月30日 11:17:09 -04:00
square-limit.scm Initial commit. Some quick work with Kawa Scheme's (kawa pictures) library and the square-limit example from SICP. 2016年10月30日 11:17:09 -04:00

square-limit: "square limit" pictures using Kawa Scheme

sq-lim-kawa.png sq-lim-gnu.png

Copyright 2016年10月30日 Sudarshan S Chawathe.

License: GNU GPL v3

For details of the "Picture Language", see Section 2.2.4 of SICP.

For details of (kawa pictures), see the Kawa manual.

The GNUhead.png image may be found on Wikipedia (or replaced with another image of course).

Invoke as 'kawa square-limit.scm' Output is written to a file in /tmp (or equivalent) by default. Network access is needed only to download a sample base image. The comments outline a few other options.

This tiny "project" is just something that happened while I was experimenting with the (kawa pictures) library. I put it here mainly because it is a nice, small example of abstraction at work and because it is fun to play with the pictures. Enjoy!