Pinned Repositories
clojure-cise-2012
Code for Computing in Science & Engineering article on Clojure, Vol 14, No 6 (Nov/Dec 2012)
clojure-clr-blog
Code for my ClojureCLR blog posts
clojure-clr-next
Next generation of ClojureCLR under development.
ClojureCLR-WIP
A repo to hold my work-in-progress on ClojureCLR, particularly libraries that don't have an official home yet.
clr.core.async
Port of clojure/core.async to ClojureCLR
clr.core.logic
Port of core.logic to ClojureCLR
clr.test.check
Temporary home for the port of CLojure's test.check to ClojureCLR.
clrclj.data.json
Port of data.json to ClojureCLR
go-seq
Port of Clojure's persistent immutable collections to Go
tools.analyzer.clr
Port of clojure/tools.analyzer.jvm to ClojureCLR
dmiller's Repositories
dmiller/clojure-clr-next
Next generation of ClojureCLR under development.
dmiller/clr.core.async
Port of clojure/core.async to ClojureCLR
dmiller/go-seq
Port of Clojure's persistent immutable collections to Go
dmiller/clr.core.logic
Port of core.logic to ClojureCLR
dmiller/tools.analyzer.clr
Port of clojure/tools.analyzer.jvm to ClojureCLR
dmiller/ClojureCLR-WIP
A repo to hold my work-in-progress on ClojureCLR, particularly libraries that don't have an official home yet.
dmiller/clr.test.check
Temporary home for the port of CLojure's test.check to ClojureCLR.
dmiller/clr.tools.deps
Working repo for porting tools.deps to ClojureCLR
dmiller/babashka.nrepl
The nREPL server from babashka as a library, so it can be used from other SCI-based CLIs.
dmiller/cljclr.tools.nrepl
Port of clojure.tools.nrepl to ClojureCLR
dmiller/clr.brew-install
Temporary home of the port of the Clojure library brew-install
dmiller/clr.tools.build
Temporary home of the port of the Clojure library tools.build
dmiller/clr.tools.deps.cli
Temporary home of the port of the Clojure library tools.deps.cli
dmiller/clr.tools.tools
Temporary home of the port of the Clojure library tools.tools
dmiller/data.csv
CSV reader/writer to/from Clojure data structures
dmiller/DatagridCellFormatting
dmiller/deps-cljr-test1
ClojureCLR project for testing cljr git coordinates --
dmiller/deps-cljr-test2
ClojureCLR project for testing cljr git coordinates
dmiller/deps.cljr
Temporary home for cljr command-line tool for ClojureCLR.
dmiller/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.
dmiller/expound
Human-optimized error messages for clojure.spec
dmiller/github-pages-with-jekyll
dmiller/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.
dmiller/nystrom-lox
Implementation of Lox from Robert Nystrom's "Crafting Interpreters"
dmiller/rust-seq
Clojure's persistent, immutable data structures ported to Rust
dmiller/sci
Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs
dmiller/test-runner
A test runner for clojure.test
dmiller/tools.cli
Command-line processing
dmiller/tools.deps
Deps as data and classpath generation
dmiller/typedclojure
An optional type system for Clojure