upscheme/femtolisp
JeffBezanson 672558d30f bytecode vm is now working, off by default
various bug fixes

language changes:
• constant symbols no longer shadow everything
• eval* removed
• vararg lists always allocated on entry, dotted argument
  lists not preserved

new applyn() entry point
2009-04-15 00:12:01 +00:00
..
ast
attic
site
tiny
100x100.lsp
FLOSSING
LICENSE
Makefile
ascii-mona-lisa
ascii-mona-lisa-2
builtins.c bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
color.lsp
compiler.lsp bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
cps.lsp bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
cvalues.c moving (length) out of core 2009-04-09 04:04:27 +00:00
equal.c
equal.scm
equalhash.c
equalhash.h
flisp.c bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
flisp.h bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
iostream.c adding support for arbitrarily-long argument lists 2009-03-27 03:06:55 +00:00
opaque_type_template.c
opcodes.h bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
perf.lsp
pisum.lsp
print.c char read/print improvement 2009-03-24 21:27:38 +00:00
printcases.lsp
read.c avoiding sprintf for error messages where possible 2009-03-25 02:28:21 +00:00
rule30.lsp adding nestlist, to-proper, string.rep, pad-l, pad-r, trace, untrace, 2009-03-28 21:39:04 +00:00
string.c adding support for arbitrarily-long argument lists 2009-03-27 03:06:55 +00:00
system.lsp bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
table.c bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
tcolor.lsp
test.lsp
todo bytecode vm is now working, off by default 2009-04-15 00:12:01 +00:00
todo-scrap
torture.scm adding the ability to heap-allocate extentions to the value stack, 2009-04-01 04:31:49 +00:00
torus.lsp some cleanup, removing some unnecessary global bindings 2009-04-08 18:17:02 +00:00
types.c
unittest.lsp adding support for arbitrarily-long argument lists 2009-03-27 03:06:55 +00:00
wt.lsp