Initial commit

This commit is contained in:
russolsen 2012-07-12 05:12:12 -07:00
commit f2f5caa3c2
2 changed files with 9 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
pom.xml
*jar
/lib/
/classes/
.lein-deps-sum

4
README.md Normal file
View file

@ -0,0 +1,4 @@
cloforth
========
A little Forth-like language implemented in Clojure