Can you please provide an example for such a usw cause? Thanks
Las On Jun 23, 2013 1:38 PM, "Stuart Halloway" <[email protected]> wrote: > Hi Joerg, > > I am not sure I understand your question. The API class is for > intraprocess communication, not interprocess. > > All API does is provide a public, supported entry point for the kinds of > things people are already doing with Var. The latter is undesirable because > using Var makes it way too easy to marry implementation detail. > > Stu > > > On Sat, Jun 22, 2013 at 6:01 AM, Jörg Winter <[email protected]> wrote: > >> So these APIs are new in 1.6-SNAPSHOT and from what I understand provide >> an integration api between Java and Clojure-Runtime (symbols and their >> invocation). >> Apart from limitations which probably exist, what is the mode of >> execution for these API-calls ? >> >> For example if a tool/IDE starts a (REPL) _process_ by calling >> ClojureUtils.CLOJURE_MAIN, how am I supposed to call >> >> API.var("clojure.core", "+"); >> ? >> >> How would I get the JVMs class-instance of "API" if I don't add some kind of >> inter-process communication ? >> >> Any known projects using this new API already ? >> >> Joerg >> >> >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> 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 [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
