Hacker News new | ask | show | jobs
by nostrademons 6382 days ago
The best thing about stack-based languages are that the parsers are usually dead simple. I did one in Haskell, never released, and the parser consisted of one standard-library function call: words.