Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Go is pretty nice for parser/compiler applications because it is fast and the runtime doesn't take too long to startup.


ML languages are way better, specially given sum types and pattern matching.


I agree for tree manipulation - I don't necessarily agree for writing recursive descent parsers.

But I admit, I read the Ocaml and haskell compilers source code, and it was pretty nice.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: