aboutsummaryrefslogtreecommitdiffstats
path: root/Lisp/clisp
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
committerBrian Cully <bjc@kublai.com>2008-04-02 19:20:20 -0400
commitab10720260e2c184b319026da89f4dfd338500bb (patch)
treea692a27435da0296972e43b21b2f35762e720bfd /Lisp/clisp
downloadmoxie-ab10720260e2c184b319026da89f4dfd338500bb.tar.gz
moxie-ab10720260e2c184b319026da89f4dfd338500bb.zip
Initial commit
Diffstat (limited to 'Lisp/clisp')
-rwxr-xr-xLisp/clisp/clispbin0 -> 22336 bytes
-rw-r--r--Lisp/clisp/save-moxie-image.lisp5
2 files changed, 5 insertions, 0 deletions
diff --git a/Lisp/clisp/clisp b/Lisp/clisp/clisp
new file mode 100755
index 0000000..dbf5ae4
--- /dev/null
+++ b/Lisp/clisp/clisp
Binary files differ
diff --git a/Lisp/clisp/save-moxie-image.lisp b/Lisp/clisp/save-moxie-image.lisp
new file mode 100644
index 0000000..7548ffa
--- /dev/null
+++ b/Lisp/clisp/save-moxie-image.lisp
@@ -0,0 +1,5 @@
+(load "../asdf/asdf")
+(pushnew (merge-pathnames ".lisp/systems/" (user-homedir-pathname))
+ asdf:*central-registry*)
+(asdf:operate 'asdf:load-op :moxie)
+(moxie::save-lisp-and-die "/tmp/lispinit.mem")