Skip to content
dmiller edited this page Dec 20, 2011 · 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.
  • Spawn a cottage industry of people making Visual Studio extensions for Clojure, porting clojure-contrib libraries, etc.

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

  • [Download binaries and start a REPL](Getting binaries)
  • [Getting started developing ClojureCLR](Getting source)
    • [Testing and building distributions](Testing and building distributions)

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