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
561 stars
16 watching
40 forks
Language: JavaScript
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 885 |
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 | 372 |
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 | 238 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |
argumentcomputer/lurk-lisp | A Lisp implementation of Lurk's API without proof mechanisms | 67 |
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 | 35 |
svenssonjoel/lispbm | An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. | 90 |
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 compiler and runtime environment | 855 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 604 |
femtoemacs/wascm | Compiles Low Level Lisp into WebAssembly for low-level operations | 33 |