# a little lisp Most of this lifed from , . To run interactively: ```bash node repl.js ``` To run in the browser: ```html lisp ``` `lisp.run()` is a convinence, it wraps `lisp.interpret(lisp.parse())`. See also: - -