On Thu, Sep 11, 2008 at 3:23 AM, hoeck <[EMAIL PROTECTED]> wrote:
>
> Funny, had this idea too and know playing with an implementation of
> relational algebra in clojure. I'm using clojures hashmaps for indexes
> and vectors to represent the tuples. For conditions, I am using
> functions returning true on matching vectors and for creating
> conditions i use a macro. It's fun but hard to get right.

Sounds similar to clojure.set:

(doseq [n v] (ns-publics (find-ns 'clojure.set)) (print-doc v))

--Chouser

--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to