Not really.  ClojureScript only supports AOT compiling.  So you would
have to compile the ClojureScript code into javascript on the server
and send that over the wire.


On Oct 27, 1:27 am, Guofeng Zhang <guof...@radvision.com> wrote:
> Hi,
>
> Suppose there is a ajax request comes to the server. The server code process 
> it and then send some JavaScript codes as the response.
>
> Could clojurescript be using in the case? For example, given a string 
> representing the Clojurescript code, then build it into Javascript codes in 
> the memeory, then the codes are send back to the client as the response.
>
> Thanks!
>
> Guofeng

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