cLisp session
This new value of "keywords" will persist until the end of the CLISP session. To save your session into a file:
[13]> (saveinitmem "test.mem")
Under Solaris, when CLISP is started, the option -M is used to load this file:
maroon 45: clisp -M "test.mem"
http://www.cs.queensu.ca/home/cisc352/elizaCodeDiscussion.html
http://clisp.cons.org/impnotes.html
Got it to work with (dribble "file.out")
found it at http://groups.yahoo.com/group/commonlisp/message/220?viscount=100
If you can run Emacs, then you can type
escape x shell
turn on clisp in the shell
then save the whole session at the
save with ctrl-x ctrl-w file.out
[13]> (saveinitmem "test.mem")
Under Solaris, when CLISP is started, the option -M is used to load this file:
maroon 45: clisp -M "test.mem"
http://www.cs.queensu.ca/home/cisc352/elizaCodeDiscussion.html
http://clisp.cons.org/impnotes.html
Got it to work with (dribble "file.out")
found it at http://groups.yahoo.com/group/commonlisp/message/220?viscount=100
If you can run Emacs, then you can type
escape x shell
turn on clisp in the shell
then save the whole session at the
save with ctrl-x ctrl-w file.out
Comments