Actually I've got to disagree here, it is really easy to do.

Here is one example of something esessoms did:
http://github.com/esessoms/clj-interface

And here is an example of the rewrite I did when I decided that his
version didn't quite do what I wanted.

http://gist.github.com/369114

On Apr 15, 12:11 am, Brian Troutwine <br...@troutwine.us> wrote:
> One could always piggy back Clojure onto Erlang's distributed
> environment via Java interop, though that would require a bit of
> legwork.
>
>
>
> On Wed, Apr 14, 2010 at 8:17 PM, Wilson MacGyver <wmacgy...@gmail.com> wrote:
> > the closest thing I know is the remote REPL for clojure.
>
> > but if you are looking for erlang's style of distributed environment,
> > it doesn't exist as far as I know.
>
> > clojure was designed to solve single machine many-core problems.
> > while erlang is designed to solved distributed system problems.
>
> > On Wed, Apr 14, 2010 at 8:42 PM, gary ng <garyng2...@gmail.com> wrote:
> >> Hi,
> >> I just start to learn about clojure and is wondering if there is any erlang
> >> like environment for clojure ? By that, I mean not just the messaging
> >> passing(which as far as I can tell for clojure is within the same process)
> >> but its live update and sending symbols(and as far as I know functions as
> >> well) across process/vm instances(which can be on the same machine or
> >> another machine within a private network).
>
> >> --
> >> 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
>
> > --
> > Omnem crede diem tibi diluxisse supremum.
>
> > --
> > 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
>
> > To unsubscribe, reply using "remove me" as the subject.

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