public
Description: Scheme VM and compiler
Homepage:
Clone URL: git://github.com/redchrom/lgears.git
lgears /
name age message
file .gitignore Mon Jun 15 07:31:22 -0700 2009 Build system cleanup [redchrom]
file COPYING Thu Apr 30 03:23:21 -0700 2009 Switched to LGPL 3 [redchrom]
file COPYING.LESSER Thu Apr 30 03:23:21 -0700 2009 Switched to LGPL 3 [redchrom]
file Makefile Mon Jun 15 08:45:24 -0700 2009 Playing with Gnu Make again [redchrom]
file README Tue Sep 08 12:57:02 -0700 2009 Updated README [redchrom]
file TODO Mon May 04 08:06:58 -0700 2009 Add smart cons We can make length and list? O(... [redchrom]
directory debian/ Wed May 06 02:45:21 -0700 2009 Pack docs for debian package [redchrom]
directory scheme/ Tue Jun 23 12:59:32 -0700 2009 Delete builtin posix support, allocate old spac... [redchrom]
directory vm/ Tue Jun 23 12:59:32 -0700 2009 Delete builtin posix support, allocate old spac... [redchrom]
README
The project is temporary suspended but may be reanimated in future
with the following goals:
* Stack instead of CPS
* Register-based VM (actualy, a LUA-like)
* A thin core with r6rs system built on it