Hacker News new | ask | show | jobs
by Gracana 3803 days ago
Imperative programming. Lists of statements, vs Erlang's declarative programming, where you describe the program without specifying control flow.
1 comments

Erlang is absolutely a fixed in-order control flow programming language, on message receipt. It is (generally) referentially transparent, but not declarative.
Oh, I don't know much about Erlang so I thought for sure that's what he meant. What was that supposed to mean, then?