[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Low-Level Concurrency library
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 14 Jan 2014 09:19:25 -0500
On Tue, Jan 14, 2014 at 9:09 AM, Andrew Starks <andrew.starks@trms.com> wrote:
> Are there ideas from Clojure, Erlang or Go that could be lightly borrowed?
AFAIK, none of these are real dynamic languages, so message passing on
either means only data, not behaviour. if you pass full-blown
objects, you're supposed to have the relevant code in the receiving
side, and then just have to tag appropriately.
--
Javier