Skip to content
b-studios edited this page Aug 11, 2011 · 2 revisions

These are the commands, that are understood by the console:

:help

prints information about these commands.

:about

Prints some information about the console and lisp.js

:clear

to clear the history (accessed using cursor keys)

:history

list current session history

:system

get informations about the lisp-interpreter

:worker true/false

turn the use of webworkers on/off (these are two separate environments)

:coop true/false

use cooperative multitasking (only required, if workers are not supported). May slow down performance.

:reset

resets the lisp-environment and restores only builtin functions.

:debug

turns the interpreter into debug mode. Workers are turned off, coop-mode is deactiveated and all output is directed to the browsers console.