Google
×
Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
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.
Feb 27, 2024 · 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- ...
May 18, 2024 · I decided from the start that I wanted Lisp-style interactive development. Parenscript itself is (basically) just a function that takes code and spits out a JS ...
Sep 15, 2024 · There's a dissolution effect of writing interpreters. It's a big source of clarity.
Missing: JS | Show results with:JS
May 30, 2024 · I recently added some optimizations to my compiler that turns Lisp into JavaScript. The features I added are constant folding and propagation, and dead-code ...
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.
May 30, 2024 · added an optimization step to my lisp-to-javascript compiler so far I've implemented constant folding and propagation, and dead code elimination lisp →
Dec 15, 2023 · A curated list of awesome Common Lisp libraries. For awesome software, see lisp-lang.org's success stories and the awesome-cl-software list.