5 ms·
For an undergrad course on compilers that I took, I had to build a parser, implement a state machine and a few other things. All in Haskell. For my master's I
by float4 5y ago
For an undergrad course on compilers that I took, I had to build a parser, implement a state machine and a few other things. All in Haskell.
For my master's I took a course on static analysis, for which we had to perform usage analysis, type error diagnosis, implement a type checker etc. All in... Haskell.
- soperj 5y agoWe did something similar, not in Haskell unfortunately. We did have a programming languages class that introduced us to haskell. It seems so damn intuitive. As a web developer though there just isn't the support for that language unfortunately.