more than this (loop (print (eval (read))))
Posted: Tue Nov 23, 2010 12:42 pm
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
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