A very basic Genifer interpreter is ready:
You can download this
jar and run it by:
java -jar genifer-1.0.1-standalone.jar
Clojure objects can mix freely with Genifer logic.
For example you can have Genifer logic statements like:
john loves number (+ 10 3).
"Clark Kent" is superman.
[1,2,3,4] is of type list.