lumen
Lisp compiler
A Lisp implementation with flexible compilation and extensible special forms for JavaScript, designed to match the target runtime environment closely.
A Lisp for Lua and JavaScript
562 stars
16 watching
40 forks
Language: JavaScript
last commit: 3 months ago Related projects:
Repository | Description | Stars |
---|---|---|
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 888 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
burtonsamograd/sigil | A compiler and REPL for a Lisp dialect used in web development | 26 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
bnmcgn/sigil | A tool that compiles and interprets Common Lisp code into JavaScript, allowing web developers to use advanced Lisp macros and metaprogramming facilities in their JavaScript applications. | 2 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 243 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 21 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
dbetz/xlisp | An object-oriented LISP compiler built using CMake | 36 |
svenssonjoel/lispbm | An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
dirkschumacher/llr | A Lisp-like language inspired by Clojure that compiles to R's abstract syntax tree for interpreted expression evaluation. | 202 |
clozure/ccl | A Common Lisp implementation of a compiler and runtime environment | 858 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
femtoemacs/wascm | Compiles Low Level Lisp into WebAssembly for low-level operations | 33 |