sigil
Lisp compiler
A compiler and REPL for a Lisp dialect used in web development
A Parenscript to Javascript command line compiler and interpreter.
26 stars
9 watching
5 forks
Language: Common Lisp
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
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 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 243 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 411 |
burtonsamograd/med | A text editor forked from the original Mezzano editor with added features and improvements | 13 |
sctb/lumen | A Lisp implementation with flexible compilation and extensible special forms for JavaScript, designed to match the target runtime environment closely. | 562 |
siapran/parens-8 | A tiny Lisp compiler for pico-8 carts with Lua semantics and interoperability | 24 |
dbetz/xlisp | An object-oriented LISP compiler built using CMake | 36 |
rzubek/as_lisp | A Lisp dialect implemented in Actionscript | 1 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
cookrn/babybel | Ruby implementation of a Common Lisp dialect for building interpreters and compilers | 8 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
ghollisjr/cl-ana | A modular Common Lisp framework for data analysis and visualization | 198 |
zylisp/zylisp | A compiler-based implementation of a Lisp language in Go | 12 |