elm-lisp
Lisp compiler
An experiment in building a typed Lisp compiler and evaluator in Elm.
An experiment in writing parse and eval for a typed Lisp in Elm.
5 stars
4 watching
0 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jxxcarlson/l1 | A language demo project showcasing fault-tolerant parsing techniques for a simple language with a Lisp-like syntax. | 0 |
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 885 |
uzimaru0000/ulmus | An implementation of the Lisp programming language using Elm | 5 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
jcollard/elm-mode | An Emacs extension for syntax highlighting and code organization of Elm projects | 376 |
dbetz/xlisp | An object-oriented LISP compiler built using CMake | 35 |
zylisp/zylisp | A compiler-based implementation of a Lisp language in Go | 12 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |
burtonsamograd/sigil | A compiler and REPL for a Lisp dialect used in web development | 26 |
elm-tooling/elm-language-server | A language server implementation for Elm programming language | 419 |
albertdahlin/elm-posix | A tool that allows writing of monadic IO programs in Elm and compiling them to Node.js shell scripts | 91 |
haskell-lisp/liskell | An implementation of Haskell semantics using Lisp syntax | 66 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 372 |
jasom/geany-lisp | A plugin for Geany text editor to provide Common Lisp support and development tools. | 14 |
dirkschumacher/llr | A Lisp-like language inspired by Clojure that compiles to R's abstract syntax tree for interpreted expression evaluation. | 202 |