|
|
|
|
|
by mynegation
3934 days ago
|
|
So what would be the alternative for the "glue code" language today? From the top of my head I can think of: (1) Javascript - granted, it is single-threaded in nature but it acquired enough parts to deal with asynchronicity and communication with other processes. (2) Clojure - immutable data structure, refs, atoms and all that (3) Erlang (?) |
|