David Miller's repositories
clojure-clr-next
Next generation of ClojureCLR under development.
clr.core.async
Port of clojure/core.async to ClojureCLR
clr.core.logic
Port of core.logic to ClojureCLR
tools.analyzer.clr
Port of clojure/tools.analyzer.jvm to ClojureCLR
ClojureCLR-WIP
A repo to hold my work-in-progress on ClojureCLR, particularly libraries that don't have an official home yet.
clr.test.check
Temporary home for the port of CLojure's test.check to ClojureCLR.
clr.tools.deps
Working repo for porting tools.deps to ClojureCLR
babashka.nrepl
The nREPL server from babashka as a library, so it can be used from other SCI-based CLIs.
cljclr.tools.nrepl
Port of clojure.tools.nrepl to ClojureCLR
clr.brew-install
Temporary home of the port of the Clojure library brew-install
clr.tools.build
Temporary home of the port of the Clojure library tools.build
clr.tools.deps.cli
Temporary home of the port of the Clojure library tools.deps.cli
clr.tools.tools
Temporary home of the port of the Clojure library tools.tools
data.csv
CSV reader/writer to/from Clojure data structures
deps-cljr-test1
ClojureCLR project for testing cljr git coordinates --
deps-cljr-test2
ClojureCLR project for testing cljr git coordinates
eql
EQL is a declarative way to make hierarchical (and possibly nested) selections of information about data requirements. This repository contains the base specs and definitions for EQL parsing, AST, etc.
expound
Human-optimized error messages for clojure.spec
methodical
Functional and flexible multimethods for Clojure. Nondestructive multimethod construction, CLOS-style aux methods and method combinations, partial-default dispatch, easy next-method invocation, helpful debugging tools, and more.
nystrom-lox
Implementation of Lox from Robert Nystrom's "Crafting Interpreters"
rust-seq
Clojure's persistent, immutable data structures ported to Rust
sci
Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs
test-runner
A test runner for clojure.test
tools.cli
Command-line processing
tools.deps
Deps as data and classpath generation
typedclojure
An optional type system for Clojure