Re: Erlang like environment

2010-04-17 Thread patrickdlogan
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(whi

Re: Erlang like environment

2010-04-16 Thread Jonathan Smith
igned to solved distributed system problems. > > > On Wed, Apr 14, 2010 at 8:42 PM, gary ng 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 messagin

Re: Erlang like environment

2010-04-16 Thread rberger
ng 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

Re: Erlang like environment

2010-04-15 Thread Raoul Duke
On Wed, Apr 14, 2010 at 5:42 PM, gary ng wrote: > 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) see things like terracotta > but its live update and sending symbols(and as far as I know functions

Re: Erlang like environment

2010-04-15 Thread Brian Troutwine
;> 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 send

Re: Erlang like environment

2010-04-14 Thread Wilson MacGyver
blems. On Wed, Apr 14, 2010 at 8:42 PM, gary ng 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)

Re: Erlang like environment

2010-04-14 Thread Jose A. Ortega Ruiz
gary ng writes: > Hi, > > I just start to learn about clojure and is wondering if there is any > erlang like environment for clojure ? I don't know whether such an environment already exists, but, if not, one could hack one based on Kilim (http://www.malhar.net/sriram/kilim/)

Erlang like environment

2010-04-14 Thread gary ng
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