aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clojurescript/README.txt')
-rw-r--r--clojurescript/README.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/clojurescript/README.txt b/clojurescript/README.txt
new file mode 100644
index 00000000..387a4b7d
--- /dev/null
+++ b/clojurescript/README.txt
@@ -0,0 +1,17 @@
+This directory contains work in progress on what may eventually become
+ClojureScript. If it worked, it would allow code written in a subset
+of Clojure to be automatically translated to JavaScript.
+
+The .js files are hand-written ports of Java included in Clojure, or
+hand-written tests for the above.
+
+tojs.clj is Clojure code to translate Clojure forms to Javascript.
+
+clojurescript-compiler.patch is a patch file to add features to
+Clojure that are required by tojs.clj.
+
+There's plenty more to do. If you'd like to help, contact the Clojure
+Google group: clojure@googlegroups.com
+
+--Chouser
+12 Sept 2008