Hacker News new | ask | show | jobs
by tylerhowarth 5177 days ago
I am in a principles of programming languages class currently, and we are doing very similar work. We are writing interpreters, type checkers, and more for a new language our teacher has defined. We are doing all of this in Scala.
1 comments

Cool! It looks like you are creating a more robust interpreter. The one I told them to implement is simpler (no type check, for instance).