Nov 24, 2022 · If you're into Scheme, the Gambit compiler has a JS target and it even runs in the browser with a nice JS interop.
JSCL is a Common Lisp to JavaScript compiler, which is bootstrapped from Common Lisp and executed from the browser.
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 ...
Jul 15, 2013 · There are 16 Lisp/Scheme languages that compile to Javascript listed at List of languages that compile to JS.
CL-JavaScript is a JavaScript implementation in Common Lisp. js2/semantics is a tool to generate LR(1) and LALR(1) grammars and compile and check formal ...
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.
A command-line utility to convert Common Lisp to JavaScript with Parenscript. System Requirements Either Common Lisp implementation.
Aug 24, 2022 · I'm wondering if anyone has thought about using one of the "compiles to JavaScript" approaches to add Lisp functionality in?
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 ...
Dec 24, 2012 · Parenscript is probably your best bet for direct running of your Lisp code on a JS target. For simpler versions, like Scheme, there's a ready- ...