Monday, November 17, 2008

Paste Multiple Lines of Code into Clisp Console

There is a little problem when pasting multiple lines of code into clisp console. If TAB is used for code indentation, there will be the following error when pasting the code into CLISP console.

You are in the top-level Read-Eval-Print loop.

Using spaces for code indentation will fix this problem.

No comments: