On Sun, Sep 16, 2012 at 7:05 PM, Brent Millare <brent.mill...@gmail.com> wrote:
> Background: I'm developing a web based development environment.
>
> Problem: Is there a way to evaluate clojurescript code from clojure? I need
> to call clojurescript code like (load-file "foo.cljs") from clojure. Note
> this is different then starting a clojurescript repl and typing in
> (load-file "foo.cljs"). I'm already doing this. It needs to be more like
> (eval-cljs cljs-foo-form). How does one do this?

By evaluate do you mean compile and run? What about compiling the code
to JS and running it via Rhino?

David

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

Reply via email to