cloture
Clojure runtime
An implementation of Clojure in Common Lisp to enable interoperability and efficient execution of Clojure code within the Common Lisp environment.
Clojure in Common Lisp
376 stars
18 watching
7 forks
Language: Common Lisp
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
clojure/clojure-clr | A native implementation of Clojure on the Common Language Runtime (CLR) to provide a feature-complete programming language for .NET applications. | 1,567 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,173 |
ruricolist/cmd | A utility for running external programs with robust argument handling and support for various command-line features. | 65 |
lilactown/helix | A ClojureScript library for building React applications with optimized interop and state management. | 631 |
ruricolist/kiln | Infrastructure for scripting in Common Lisp with minimal overhead and ergonomic development tools | 43 |
clozure/ccl | A Common Lisp compiler and runtime environment | 855 |
zelex/jo_clojure | An embeddable implementation of a Clojure-like language in C/C++ for fast execution and integration with other systems. | 147 |
dakrone/clojure-opennlp | A Clojure library providing an interface to OpenNLP's NLP functionality | 753 |
uncomplicate/clojurecl | A Clojure library that enables parallel computations on GPU using OpenCL | 277 |
hoplon/castra | A Clojure RPC library that enables asynchronous server-side function execution from client-side code. | 172 |
rm-hull/monet | A ClojureScript library for working with canvas and visuals. | 166 |
uncomplicate/clojurecuda | Provides Clojure bindings for CUDA programming, enabling GPU-accelerated computation in Clojure applications. | 180 |
funcool/clojure.jdbc | A Clojure library that simplifies the interaction with relational databases using JDBC. | 105 |
ruricolist/cl-feedparser | A Common Lisp library that parses RSS/Atom feeds into a structured format | 26 |
cognitect/transit-cljs | A ClojureScript implementation of the Transit data format and wire protocol | 324 |