Y
Hacker News
new
|
ask
|
show
|
jobs
by
tenken
1482 days ago
Doesn't Erlang support these ideas of distributed computing .... And if I recall correctly Clipper supported remote execution of objects, or sharing object code in a distributed fashion.
1 comments
linux2647
1482 days ago
Yep. spawn is the basic primitive:
https://www.erlang.org/doc/man/erlang.html#spawn-4
link