Archive for September, 2009

Schush updates

Monday, September 21st, 2009

An updated version of Schush/SchushGP, a Scheme implementation of Push/PushGP, is now available from:

http://hampshire.edu/lspector/schush.ss

The recent changes are as follows:

20090919: - New shuffle algorithm (slightly slower but conses less, more elegant).
          - Removed number-list in favor of in-range (faster, conses less, more
            elegant, but PLT-specific).
20090920: - Added explicit copyright and GPL notice, replacing previous disclaimers.
          - Interpreter states now printed in human-friendly form by run-schush
            when called with print argument #t; based on code by Thomas Helmuth.