grojure 0.7.1 is out at https://github.com/gavingroovygrover/grojure

Grojure is a Javalike syntactic shell for Clojure using Kern, Amando 
Blancas' port of Haskell's Parsec, a monadic parser combinator library. 
Because Grojure's grammar will expand and change, it's probably of most use 
to Clojure/Kern developers as an example of Kern usage for now. The one 
feature of Grojure I am committed to is always using an in-place 1:1 
monad-to-macro mapping. Some call them "evil parser actions" but I think 
monads (for parsing and state) and macros in the same language enable 
parsed syntax and generated code to be matched up in the source very 
easily, making it very readable.

In this version, performance is much better and the source more readable. 
All function names have changed from Groovy's to those of Clojure. 
Everything in the README.md is implemented.

Gavin "Groovy" Grover

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to