YAMLispsecond iteration · stdlib Lisp editor
sha 13222d8e8e42 · built
iteration 02

Stdlib Lisp editor.

Type any expression, or load a tiny example. Iteration 02 keeps the core seven visible while adding the first portable standard-library layer: lambda, define, defn, let, do, list, and arithmetic.

Iteration 2 is where tiny programs become reusable: define names, write functions, bind local values, group steps with do, build lists directly, and calculate with +, -, *, and /.

quoteatomeqcarcdrconscond
lambdadefinedefnletdolist+-*/

Examples ready to run

Click one to load it into the blank editor, then press Run.

Sourceblank by default
Resultwaiting
Choose an example or type Lisp, then run it.
Evaluated by lisp-core.js.