I don't know of any open source implementation of the Datomic function 
literal. It shouldn't be too difficult and a great excercise. 

However just using read and eval won't suffice. Datomic creates an 
anonymous namespace around for each of those functions with the specified 
requires and imports. Clojures namespace API is very mature and concise so 
an implementing it should be fun.


On Wednesday, May 27, 2015 at 3:02:30 PM UTC+2, ronen wrote:
>
> Hey, I'm looking for an edn data read for clojure functions (similar to 
> https://github.com/Datomic/day-of-datomic/blob/master/resources/day-of-datomic/clojure-data-functions.edn
> )
>
> Is there any known implementation? 
>
> Thanks
>

-- 
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/d/optout.

Reply via email to