Hello,
Here's another Processing to Scheme conversion.
This is "Empathy" by Kyle McDonald.
This one uses SRFI 27 so make sure you have Derick's
ikarus-libraries/srfi system installed.
To try it:
$ wget http://proteus.freeshell.org/agave/empathy.scm
$ IKARUS_LIBRARY_PATH=/scheme ikarus empathy.scm
Where '/scheme' is the directory that contains the 'srfi' directory.
If you don't have 'ikarus-libraries/srfi' installed, then these
instructions should work for you:
$ cd /tmp
$ bzr branch lp:~ikarus-libraries-team/ikarus-libraries/srfi
$ wget http://proteus.freeshell.org/agave/empathy.scm
$ ikarus empathy.scm
Please try it and let me know if it works for you!
This one should also work in Ypsilon out of the box. Ypsilon comes with
SRFI 27 so there's no need for ikarus-libraries/srfi:
$ ypsilon empathy.scm
Let me know if it runs "too fast" on your system.
Ed