Litsp

Litsp is a lisp interpreter written in typescript. It is a port of Lithp created by Michael Fogus. Read more about it here.

Instructions

The code written on the left can be sent to repl by hitting ctrl+enter (command+enter on mac). By selecting a specific form, the same key-binding can be used to send only the selected expression to repl. The :env shell command will show all the bindings in the current environment. Reset will erase all the entered data and restart the session (the editor content will remain intact).

(cons 1 (quote (2 3)))