+Shell, +A LOT
commitb4c4cb5517fc0a10b349d0dffdcc1048927dd1be
authorAlex Klinkhamer <grencez@gmail.com>
Mon, 18 Aug 2008 15:43:59 +0000 (18 11:43 -0400)
committerAlex Klinkhamer <grencez@gmail.com>
Mon, 18 Aug 2008 15:43:59 +0000 (18 11:43 -0400)
tree4364d20f49fffcd404283111d989afb01a598189
parentef8cc531a95cc55cebeb5590c6881e99e9d40aa3
+Shell, +A LOT

+Run script, config files are now hidden a bit.
+Now CLISP, CMUCL, and ECL work.
+Better matrix and vector creation with [] and ()
-Uneeded methods for catching lists like tuples.
-Compilation, it's only done for SBCL.
21 files changed:
INSTALL
README
run.lisp [deleted file]
run.sh [new file with mode: 0755]
src/config.lisp [new file with mode: 0644]
src/devvars.lisp
src/infix-parser.lisp
src/overload/client-fns.lisp
src/overload/concatenate.lisp
src/overload/crop.lisp
src/overload/format.lisp
src/overload/overload.lisp
src/overload/tuples.lisp
src/save-restore.lisp
src/shell/config.lisp [new file with mode: 0644]
src/shell/devvars.lisp [new file with mode: 0644]
src/shell/main.lisp [new file with mode: 0644]
src/webui/config.lisp [new file with mode: 0644]
src/webui/devvars.lisp
src/webui/index.lisp
src/webui/serv.lisp