Hello all,

I've been using core.logic for some code and I haven't read it's
ported on ClojureCLR. However, I would like to use that code as game
logic and to rely on Unity game engine for the graphical part. That
means I have to use Unity and Clojure together: it can be done through
Arcadia[1]… which uses ClojureCLR. I could get rid of core.logic but I
feel more like trying to let it run on a JVM-based REPL and talk with
the graphical part through its CLR-based REPL.

Then my question is: how to get two REPL talk to each other? More
specifically, the ClojureCLR REPL needs to send commands to the
JVM-based REPL and retrieve results.

I would greatly appreciate any help :-)

Link: [1] https://github.com/arcadia-unity/clojure-clr/tree/unity

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