Hacker News new | ask | show | jobs
by anfroid555 3673 days ago
Anyone know if Erlang is good?
1 comments

I 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.