Skip to content
David Miller edited this page Nov 23, 2013 · 15 revisions

ClojureCLR is a native implementation of Clojure on Microsoft’s .Net Framework, programmed in C# and using Microsoft's Dynamic Language Runtime (DLR).

See the Clojure web site for more information on Clojure.

Goals

  • Implement a feature-complete Clojure on top of CLR/DLR.
  • Stay as close as possible to the JVM implementation.

Status

ClojureCLR development closely tracks progress in the ClojureJVM project. We index many of our commits directly to commits in the Clojure repo, so it should be easy to track our progress. We try to be within a week or so of development milestones on the main Clojure project.

Wiki pages

Getting started

CLR Interop

License

The use and distribution terms for this software are covered by the Eclipse Public License 1.0. For downloads with binaries of the DLR, other licenses will apply. The exact license depends on the version of the DLR. Inspect the download for details.

Clone this wiki locally