Google
×
Any time
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
Verbatim
LIPS Scheme is powerful lisp interpreter written in JavaScript. The aim of the project is to fully support R7RS specification of Scheme Programming Language.
Jun 26, 2024 · js-lisp is a lisp interpreter written in 100% JavaScript, and thus usable in any (supported) browser or JavaScript runtime without the need for plugins or add- ...
Jan 13, 2023 · The obvious answer is that JavaScript is not a lisp because it does not use a superabundance of parentheses.
Name, Syntax, Description. def, (def symbol value ...) defines values onto the current scope. print, (print value ...) prints values separated by a space.
Jan 11, 2019 · Turtl is a very well done, secure collaborative notebook web app. Its api backend is built in Common Lisp. It is based on many async libraries the developer ...
Apr 3, 2020 · A linting tool that can blacklist/whitelist a subset of common lisp macros and expressions that can be used in a project.
May 26, 2024 · I wrote a compiler that takes Lisp code and turns it into JavaScript. The compiler is a ~280 line Rust program that I wrote over a few nights.
A Lisp reader and simple compiler (both in JavaScript) and then went to write the virtual machine (that's the part that actually runs the compiled code).