Google
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
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 6, 2024 · LIPS has documentation builtin into every function. You can see the docstring when you hover over the name of the symbol in the REPL. It also has auto-indent.
May 26, 2024 · To transform a Lisp program into a JavaScript program, you need to convert it to an intermediate representation. I used an Abstract Syntax Tree (AST) for this ...
Apr 3, 2024 · Powerfull Scheme based Lisp in JavaScript. LIPS Scheme has one repository available. Follow their code on GitHub.
Apr 4, 2024 · In this article, I will show you how to create a simple S-expression parser step by step. This can be a base for the Lisp parser.
Jul 17, 2024 · We'll extend our language by adding an environment first, then adding the define special form, and finally, support for lambdas is added.
May 29, 2024 · Lisp is a simple yet very powerful programming language, and the Lisp meta-circular evaluator is just a fancy name for a Lisp interpreter defined in Lisp itself ...
Dec 23, 2023 · LIPS: Scheme based powerful lisp interpreter in JavaScript for browsers and Node. Maintained by @jcubic Aspiring R7RS Scheme. Check Scheme Bookmark REPL.
Jun 1, 2024 · The icing pattern is using Lisp as a “scripting” language on top of a cake that is made from C, Rust, and other static languages.