On 13 February 2016 at 18:58, ru <soro...@oogis.ru> wrote:

> I think macros can't be of much help in my task. I am working on project
> rete4frame (https://github.com/rururu/rete4frames) and now want to port
> it to ClojureScript. It is CLIPS-like expert system shell with simplified
> version of RETE algorithm. It has its own language with LISP syntax and it
> is a superset of Clojure/ClojureScript in a sence that it contains inside
> rule descriptions pieces of arbitrary Clojure/ClojureScript code.
>

If you do have a use-case that absolutely requires eval and cannot be done
in a different way, then cljs.js/eval is probably the thing you want.

- James

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