readable/lab
2013-07-25 23:39:21 -04:00
..
iexpr.scm Remove useless space at end of line. 2012-07-12 23:53:50 -04:00
neoteric-cl-test Cleanup. Remove most "lab" files, move useless "test" into lab. 2012-07-27 05:43:09 -04:00
neoteric.cl Cleanup. Remove most "lab" files, move useless "test" into lab. 2012-07-27 05:43:09 -04:00
README Cleanup. Remove most "lab" files, move useless "test" into lab. 2012-07-27 05:43:09 -04:00
scheme-to-cl lab/scheme-to-cl: Various bugfixes 2013-07-25 23:39:21 -04:00
spec-almkglor.txt Move old spec*.txt files to "lab" area 2013-04-25 22:24:46 -04:00
spec-indent.txt Move old spec*.txt files to "lab" area 2013-04-25 22:24:46 -04:00

This the "lab" directory, where you can find older experiments,
eye of newt, and other odd things.  These are being kept (for the moment)
in the file set as items that might be useful.

These include:

* neoteric.cl: A partial implementation of neoteric-expressions
  in Scheme.

* iexpr.scm: An update from SRFI-49 that attempted to fix its bugs and
  limitations for indentation processing, while staying with its
  notation relatively closely.  Eventually we moved on and made
  enough changes that sweet-expressions are really a different notation,
  though it's heavily influenced by SRFI-49 and its implementation
  is derived from this.