-
Notifications
You must be signed in to change notification settings - Fork 16
/
readme.txt
69 lines (38 loc) · 2.19 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ClojureCLR has a new home!
Code repo: https://github.com/clojure/clojure-clr
JIRA: http://dev.clojure.org/jira/browse/CLJCLR
Old binary distributions for versions 1.1 and 1.2 will continue
to be available here for the time being.
The new github repo has 1.3 binaries.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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) and makes use of Microsoft's
Dynamic Language Runtime (DLR).
Goals:
-- Implement a feature-complete Clojure on top of CLR/DLR.
-- Stay as close as possible to the JVM implementation.
-- Have some fun.
--------------------------------------------------------------------------------------
Docs: http://clojure.org
Feedback: http://groups.google.com/group/clojure
Getting Started (general): http://dev.clojure.org/display/doc/Getting+Started
For more information on ClojureCLR: http://github.com/richhickey/clojure-clr/wiki
Installing ClojureCLR:
To just run ClojureCLR, use the binary distribution:
http://github.com/richhickey/clojure-clr/wiki/Getting-started-binary-distribution
For a deeper look, get a source distribution:
http://github.com/richhickey/clojure-clr/wiki/Getting-started-source-distribution
--------------------------------------------------------------------------------------
* 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.