diff options
author | David Miller <dmiller2718@gmail.com> | 2009-02-21 06:59:46 +0000 |
---|---|---|
committer | David Miller <dmiller2718@gmail.com> | 2009-02-21 06:59:46 +0000 |
commit | 46a05fd000b4123fae3a9a4b2762f73908e52409 (patch) | |
tree | 513e79fda8793ee4faa02cb8578d6a2ef738e3df | |
parent | 67f56f0795ac0214f9828c42f8face229e204c1d (diff) |
ClojureCLR: Small fix to readme.
-rw-r--r-- | ClojureCLR/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ClojureCLR/readme.txt b/ClojureCLR/readme.txt index 6adb175f..0ae31295 100644 --- a/ClojureCLR/readme.txt +++ b/ClojureCLR/readme.txt @@ -3,6 +3,8 @@ ClojureCLR This project is a native implementation of Clojure over the Microsoft .Net Framework
programmed in C# and using the Dynamic Language Runtime.
+Status: Alpha, developer release
+
Goals:
-- Implement a feature-complete Clojure on top of CLR/DLR.
@@ -24,6 +26,8 @@ For instructions on installing: .\install.txt Version information: .\versions.txt
+Todo list: .\todo.txt
+
--------------------------------------------------------------------------------------
* ClojureCLR
|