|
|
|
|
|
by jallmann
3961 days ago
|
|
Excellent article, very clever optimizations given the tradeoffs. From the article: > We were talking about students' tendency to let the compiler substitute for thinking This is actually why I use OCaml. Not going to comment on whether useful error messages are a detriment to pedagogy, but offloading thinking to the compiler is a lifesaver. |
|
Though OCaml's errors are not always the most explicit or nicely written.