>
Luke Gorrie <> wrote: I'd really like to see an Erlang-like runtime system built on Unix processes. How far towards the Erlang programming style could it be pushed? Wouldn't it be fun to be able to write "Erlang" processes in any language and mix 'em all together? Geoff Wong has implemented Erlang that way: Erlang process == UNIX process. This is the GERL implementation.