This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jul 20 20:32:40 -0700 2009 | |
| |
Clojure/ | Fri Dec 04 20:05:52 -0800 2009 | |
| |
docs/ | Fri Oct 16 20:23:24 -0700 2009 | |
| |
epl-v10.html | Fri May 29 19:03:31 -0700 2009 | |
| |
futures.diff | Fri Oct 16 20:23:24 -0700 2009 | |
| |
readme.txt | Wed Oct 07 21:15:16 -0700 2009 |
readme.txt
ClojureCLR
This project is a native implementation of Clojure on Microsoft's .Net Framework,
programmed in C# and using the Dynamic Language Runtime (DLR).
Status: Beta
Still best for developers until we develop an installer
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. :)
-- Have some fun.
--------------------------------------------------------------------------------------
For more information on Clojure: http://clojure.org
For more information on ClojureCLR: The wiki on the github site
(http://wiki.github.com/richhickey/clojure-clr) has the most up-to-date information.
Specifically:
Installing: http://wiki.github.com/richhickey/clojure-clr/installing-clojureclr
Building: http://wiki.github.com/richhickey/clojure-clr/compiling-clojureclr
Running: http://wiki.github.com/richhickey/clojure-clr/running-clojureclr
--------------------------------------------------------------------------------------
* ClojureCLR
* Copyright (c) David Miller. 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.
--------------------------------------------------------------------------------------
The work contained herein is derived from and in many places is a direct translation
of the primary Clojure distribution. That work contains the following notice:
* Clojure
* 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.







