argumentcomputer / lurk-lisp

Lisp implementation of Lurk.
MIT License
67 stars 6 forks source link

Replaces SBCL specific code with UIOP calls #52

Closed mariari closed 2 years ago

mariari commented 2 years ago

This PR makes it so that other compilers like CCL can dump an image of Lurk

porcuquine commented 2 years ago

@mariari Did you test this? I don't think UIOP:QUIT is supposed to take the keyword argument.

mariari commented 2 years ago

@mariari Did you test this? I don't think UIOP:QUIT is supposed to take the keyword argument.

Sorry, I misread the argument list SLY gave me, it should all work now

./sbcl-compressed.image 
Lurk REPL [API].
:help for help.

API> :quit

3 katya@Babylon-4:~/Documents/Work/repo/lurk-test/lurk git:master:? % make repl
Lurk REPL [API].
:help for help.

API> :quit