|
|
|
|
|
by nivertech
5766 days ago
|
|
Erlang is a mixed paradigm language, which borrows from languages like Miranda and Prolog.
Initially it was written using Prolog syntax (relations) and VM was implemented in Prolog too. Later it's Prolog syntax was adapted to the current functional style (i.e. functions). |
|