eclj
Clojure interpreter
An extensible Clojure interpreter aiming to virtualize the language and provide a controlled environment for running portable code.
Extensible Clojure
106 stars
14 watching
0 forks
Language: Clojure
last commit: almost 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
candid82/joker | An interpreter, linter, and formatter tool for the Clojure programming language. | 1,650 |
stopachka/bel-clojure | An implementation of Bel, a functional programming language, in Clojure. | 43 |
clojerl/clojerl | A Clojure implementation on the Erlang VM | 1,660 |
brandonbloom/metaclj | A Clojure-based library for staged compilation and meta-quoting of Clojure code | 81 |
lsevero/abclj | An interop project allowing direct interaction between Clojure and Common Lisp | 88 |
brandonbloom/backtick | Provides Clojure's syntax-quote reader macro as a normal macro for templating and custom symbol resolution | 212 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,186 |
funcool/clojure.jdbc | A Clojure library that simplifies the interaction with relational databases using JDBC. | 105 |
zelex/jo_clojure | An embeddable implementation of a Clojure-like language in C/C++ for fast execution and integration with other systems. | 148 |
macourtney/clj-crypto | Provides a simplified interface to Java Bouncy Castle encryption library | 29 |
lspector/clojush | An implementation of the Push programming language and genetic programming system in Clojure. | 331 |
turbopape/scheje | A Scheme implementation on top of Clojure. | 145 |
binaryage/cljs-devtools | Tools for debugging and inspecting ClojureScript applications in DevTools | 1,110 |
clj-kondo/clj-kondo | A tool for analyzing and improving the quality of Clojure code | 1,722 |
clj-commons/byte-streams | A library for converting between various byte and character representations in Java | 419 |