Hi,

> Not sure if it suits your needs, but I've been working on a simple
> S-expression evaluation library that works in Clojure and ClojureScript:
> https://github.com/kumarshantanu/quiddity
>
quiddity looks interesting. From what I read at the github page,
creating functions (which is the requirement for me) is listed as a
limitation and implemented using an evaluator. How is it done? Does
the created function incur overhead when excecuting (maybe by walking
the expression)? Or is there only one time an overhead and afterwards
runs like a normal function?

-- 
-- 
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/groups/opt_out.

Reply via email to