-
Notifications
You must be signed in to change notification settings - Fork 157
Home
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.
- Implement a feature-complete Clojure on top of CLR/DLR.
- Stay as close as possible to the JVM implementation.
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.
- Download binaries and start a REPL
- Using ClojureCLR in a C# project
- [Developing ClojureCLR]
- Basic CLR interop
- ByRef and
params
parameters - Working with enums
- Loading assemblies
- Specifying types
- Calling generic methods
- Defining types
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.