From 212fe78b25d92afc2694857ab3dc5ad21e94947e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Conti?= Date: Mon, 28 Dec 2015 23:27:03 -0300 Subject: [PATCH] Update and rename readme.txt to README.md Better markdown to me rendered by github. --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.txt | 53 ----------------------------------------------------- 2 files changed, 52 insertions(+), 53 deletions(-) create mode 100644 README.md delete mode 100644 readme.txt diff --git a/README.md b/README.md new file mode 100644 index 000000000..dba62f749 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +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. + +Links +===== + +* http://clojure.org +* Mailing list: http://groups.google.com/group/clojure-clr +* Getting Started (general): http://dev.clojure.org/display/doc/Getting+Started +* Google+ community: https://plus.google.com/u/0/communities/106235975067046753407 +* Bug reports: http://dev.clojure.org/jira/browse/CLJCLR + +For more information on ClojureCLR: https://github.com/clojure/clojure-clr/wiki + +Installation +============ + +To just run ClojureCLR, use the binary distribution: + + https://github.com/clojure/clojure-clr/wiki/Getting-binaries + +For a deeper look, get a source distribution: + + https://github.com/clojure/clojure-clr/wiki/Getting-source + +License +======= + + 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. + + + + diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 2c676b04c..000000000 --- a/readme.txt +++ /dev/null @@ -1,53 +0,0 @@ -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 -Mailing list: http://groups.google.com/group/clojure-clr -Getting Started (general): http://dev.clojure.org/display/doc/Getting+Started -Google+ community: https://plus.google.com/u/0/communities/106235975067046753407 -Bug reports: http://dev.clojure.org/jira/browse/CLJCLR - - -For more information on ClojureCLR: https://github.com/clojure/clojure-clr/wiki - - -Installing ClojureCLR: - -To just run ClojureCLR, use the binary distribution: - - https://github.com/clojure/clojure-clr/wiki/Getting-binaries - -For a deeper look, get a source distribution: - - https://github.com/clojure/clojure-clr/wiki/Getting-source - - - --------------------------------------------------------------------------------------- - - * 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. - - - -