On 10 Sep., 21:28, Allen Rohner <[EMAIL PROTECTED]> wrote:
> Finally, not that I'm asking you or anyone else to build this, I'm
> just throwing this out there to see if anyone else is thinking along
> the same lines as me :-). I think it would be really cool to build a
> database in Clojure. SQL the language sucks, and the overhead of
> sending SQL strings to a remote process and having it compile the
> command sucks.
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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---