I made a little library called clj-ripple for the easy embedding of
Ripple code (for navigating the Semantic Web) inside Clojure programs.

It works by translating Clojure sexps to Ripple code strings through a
macro and then executes and returns the resulting stacks as lazy
sequences.

The git repo can be found here: https://github.com/eduardoejp/clj-ripple

To include it in your projects, add this to your leiningen deps: [clj-
ripple "0.1.0-SNAPSHOT"]

For more info about the Ripple scripting language, please visit the
following links:
* http://ripple.fortytwo.net/
* http://ripple.googlecode.com/svn/trunk/docs/screencast/index.html
* https://github.com/joshsh/ripple/wiki

Happy crawling!

-- 
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

Reply via email to