Search found 2 matches

by stevemail
Tue Nov 23, 2010 3:11 pm
Forum: Common Lisp
Topic: more than this (loop (print (eval (read))))
Replies: 3
Views: 3594

Re: more than this (loop (print (eval (read))))

I got. This is http://paste.lisp.org/display/18280 (provided by a freenoded user)
by stevemail
Tue Nov 23, 2010 12:42 pm
Forum: Common Lisp
Topic: more than this (loop (print (eval (read))))
Replies: 3
Views: 3594

more than this (loop (print (eval (read))))

I need to evaluate my functions interactively.
I would to get an skeleton for a more sofisticated REPL loop than the usual (loop (print (eval (read)))), this is, customizing the prompt, evaluating exit...
Using CLISP on Ubuntu.

thank you