Eva A Lisp interpreter implemented in JavaScript. Run tests node __tests__/eva.mjs syntax variables (var x 1) functions (def add (x y) (+ x y)) control flow (if, while, switch, for) lambda IIFE closure