Find a file
2012-07-16 23:04:59 -04:00
examples Get rid of interpreter, repl now reads, compiles, executes, prints 2012-07-15 10:03:49 -04:00
src/cloforth Dont print out the whole env at the end 2012-07-16 23:04:59 -04:00
test/cloforth/test Use : to define new words, not define 2012-07-15 10:05:57 -04:00
.gitignore Initial commit 2012-07-12 05:12:12 -07:00
init.c4 added command to print the top of the stack w/o popping it 2012-07-16 23:01:29 -04:00
project.clj Initial commit, more or less functional language 2012-07-12 08:16:48 -04:00
README.md Initial commit 2012-07-12 05:12:12 -07:00

cloforth

A little Forth-like language implemented in Clojure