ErlCee++
Richard A. O'Keefe
ok@REDACTED
Wed Jun 9 07:34:53 CEST 2004
Luke Gorrie <luke@REDACTED> 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.
More information about the erlang-questions
mailing list