ulmus
Lisp compiler
An implementation of the Lisp programming language using Elm
Ulmus is a Lisp implementation made with Elm
5 stars
2 watching
1 forks
Language: Elm
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
igor84/summus | A compiler frontend written without C macros using LLVM as the backend to compile a minimal language for educational purposes. | 234 |
chadtech/elmish-wasm | An experiment to compile a simplified version of the Elm programming language to human-readable WebAssembly bytecode | 17 |
elm-tooling/elm-language-server | A language server implementation for Elm programming language | 419 |
femtoemacs/wascm | Compiles Low Level Lisp into WebAssembly for low-level operations | 33 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
rzubek/as_lisp | A Lisp dialect implemented in Actionscript | 1 |
sublimelsp/lsp-elm | An LSP plugin for providing syntax highlighting and diagnostics support for the Elm programming language in Sublime Text | 7 |
arboreta/arboreta-wasm | Tooling for compiling and running Common Lisp code in WebAssembly | 57 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
zylisp/zylisp | A compiler-based implementation of a Lisp language in Go | 12 |
melusina-org/make-common-lisp-program | Creates executable Common Lisp programs on GitHub runners with various implementations and systems | 3 |
tiziano88/elm-protobuf | Generates Elm code to decode and encode Protocol Buffers data | 94 |
dirkschumacher/llr | A Lisp-like language inspired by Clojure that compiles to R's abstract syntax tree for interpreted expression evaluation. | 202 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |