7 ms·
Anyone know if Erlang is good?
by anfroid555 10y ago
Anyone know if Erlang is good?
- yellowapple 10y agoI haven't tried it on -current yet, but I don't recall ever hearing about BEAM (Erlang's VM) being affected by this. It probably helps that BEAM inherits a lot of Erlang semantics like immutability and process isolation; I reckon this eliminates a lot of the need for a given portion of memory to be both writable and executable at the same time.