Hacker News new | ask | show | jobs
by rvirding 3750 days ago
Some limitations (?): are no global data; no shared data; all data is immutable; the modules are different from CL packages; functions can't have variable number of arguments[]. It does however have support for decent pattern matching and full access to all of Erlang's concurrency, fault-tolerance and scalability properties. Plus real macros as god intended.

[] The macro handling can go part way to hide this.

1 comments

"Macro handling as god intended."

I had to laugh :-) That reads like it's out of the Moonual ...