gisp
Lisp to Go compiler
A compiler that converts Lisp/Scheme code into Go bytecode
Simple LISP in Go
514 stars
21 watching
37 forks
Language: Go
last commit: about 7 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
zylisp/zylisp | A compiler-based implementation of a Lisp language in Go | 12 |
jscl-project/jscl | A Common Lisp compiler that generates JavaScript code | 885 |
rhysd/gocaml | An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 748 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
cgxxv/xj2go | A tool to convert data from XML or JSON formats into Go structs. | 34 |
erdian718/lua | A Go implementation of a Lua 5.3 VM and compiler, allowing easy embedding into Go programs. | 25 |
paivett/gone | A compiler for a minimal programming language designed to be similar to Go. | 28 |
inconshreveable/gonative | A tool that creates cross-compilable Go binaries with native library support | 340 |
kiselgra/c-mera | A source-to-source compiler system for C-like languages using Lisp's macro system. | 407 |
shivansh/gogo | A Go-based MIPS compiler project that compiles Go programs into MIPS assembly code | 27 |
libgit2/git2go | A set of Go bindings around libgit2 | 1,933 |
weirdconstructor/lal | A Lua compiler that translates a Scheme-like dialect of Lisp into native Lua code | 20 |
cxxxr/valtan | A compiler that translates Common Lisp code into JavaScript | 238 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
clozure/ccl | A Common Lisp compiler and runtime environment | 855 |