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