femtolisp/femtolisp
JeffBezanson 1dcc71ec82 factoring out startup routine for embedded use 2010-04-29 18:39:17 +00:00
..
ast adding support for optional arguments 2009-07-27 03:34:33 +00:00
attic initial implementation of let-syntax 2009-03-17 21:53:55 +00:00
lib adding gensym?, fixing keyword? 2009-08-09 17:05:40 +00:00
site removing some redundant/irrelevant files 2008-08-30 05:05:31 +00:00
tests changing semantics to respect lexical scope more strictly; now 2009-08-12 04:56:32 +00:00
tiny import femtolisp source 2008-07-01 01:54:22 +00:00
100x100.lsp import femtolisp source 2008-07-01 01:54:22 +00:00
FLOSSING fixed some small flaws in (compare) 2008-08-30 22:18:20 +00:00
LICENSE changing license, since google code does not support the CPL 2008-08-30 02:56:46 +00:00
Makefile adding dependency on equal.c in makefiles 2010-02-05 19:56:10 +00:00
Makefile.macosx adding dependency on equal.c in makefiles 2010-02-05 19:56:10 +00:00
aliases.scm adding 2 more aliases needed for gambit 2010-03-12 06:19:01 +00:00
ascii-mona-lisa support reading hex float literals 2008-11-23 07:12:37 +00:00
ascii-mona-lisa-2 support reading hex float literals 2008-11-23 07:12:37 +00:00
bootstrap.sh simplifying code by eliminating the hybrid stack/heap calling convention 2009-07-20 04:57:17 +00:00
builtins.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
color.lsp adding support for eof-object 2009-08-09 18:04:03 +00:00
compiler.lsp clarifying which values are unspecified, and making the unspecified value 2010-01-06 18:27:28 +00:00
cps.lsp changing semantics to respect lexical scope more strictly; now 2009-08-12 04:56:32 +00:00
cvalues.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
equal.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
equalhash.c adding equalhash.c 2008-11-28 21:44:59 +00:00
equalhash.h adding equalhash.c 2008-11-28 21:44:59 +00:00
flisp.boot clarifying which values are unspecified, and making the unspecified value 2010-01-06 18:27:28 +00:00
flisp.c factoring out startup routine for embedded use 2010-04-29 18:39:17 +00:00
flisp.h factoring out startup routine for embedded use 2010-04-29 18:39:17 +00:00
iostream.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
mkboot0.lsp changing semantics to respect lexical scope more strictly; now 2009-08-12 04:56:32 +00:00
mkboot1.lsp adding *error-stream* variable 2009-05-05 23:51:13 +00:00
opaque_type_template.c switching to scheme #t, #f, and () values 2009-01-29 01:04:23 +00:00
opcodes.h adding support for eof-object 2009-08-09 18:04:03 +00:00
perf.lsp changing semantics to respect lexical scope more strictly; now 2009-08-12 04:56:32 +00:00
print.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
read.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
rule30.lsp making 3rd argument to string.sub optional 2009-05-07 02:10:52 +00:00
string.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
system.lsp clarifying which values are unspecified, and making the unspecified value 2010-01-06 18:27:28 +00:00
table.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
tcolor.lsp faster append 2009-05-30 21:13:13 +00:00
test.lsp changing semantics to respect lexical scope more strictly; now 2009-08-12 04:56:32 +00:00
todo adding io.peekc, top-level-bound? (alias) 2009-08-23 05:07:46 +00:00
todo-scrap import femtolisp source 2008-07-01 01:54:22 +00:00
torture.scm adding offset and count arguments to io.write 2009-08-09 04:04:31 +00:00
torus.lsp some cleanup, removing some unnecessary global bindings 2009-04-08 18:17:02 +00:00
types.c adding fl_ prefix to some functions 2010-04-29 18:01:26 +00:00
unittest.lsp fixing char comparison bug 2009-11-18 17:38:16 +00:00