Hacker News new | ask | show | jobs
by garmaine 2559 days ago
Restrict the students from using a parser library. I get that. But allowing nothing except that standard library? That’s stupid.

It also makes the language comparison useless. Python has a standard library that is continuously improved and people reach to that when writing programs. Haskell, like C, ossified it’s standard library when it was created and people use the external packages for equivalent up to date libraries.

1 comments

Parsers are not the interesting parts of compilers.