Skip to content

redchew-fork/clojure-clr

 
 

Repository files navigation

ClojureCLR

This project is a native implementation of Clojure on the Common Language Runtime (CLR),
the execution engine of Microsoft's .Net Framework.

ClojureCLR is programmed in C# (and Clojure itself).


Goals:

 -- Implement a feature-complete Clojure on top of CLR.
 -- Stay as close as possible to the JVM implementation.
 -- Have some fun. 
 
 

--------------------------------------------------------------------------------------


ClojureCLR Google group: https://groups.google.com/g/clojure-clr
Getting Started (ClojureCLR): https://github.com/clojure/clojure-clr/wiki/Getting-started
Gitter CLR chat room: https://gitter.im/clojure-clr/community
Bug reports: https://clojure.atlassian.net/jira/software/c/projects/CLJCLR/issues

Main Clojure site: https://clojure.org/

For more information on ClojureCLR: https://github.com/clojure/clojure-clr/wiki





 
--------------------------------------------------------------------------------------

 *   ClojureCLR
 *   Copyright (c) Rich Hickey. All rights reserved.
 *   The use and distribution terms for this software are covered by the
 *   Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
 *   which can be found in the file epl-v10.html at the root of this distribution.
 *   By using this software in any fashion, you are agreeing to be bound by
 * 	 the terms of this license.
 *   You must not remove this notice, or any other, from this software.




About

A port of Clojure to the CLR, part of the Clojure project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 70.7%
  • Clojure 29.0%
  • Other 0.3%