Email or username:

Password:

Forgot your password?
Andrew Tropin

If you are into programming languages, learning Ocaml (or other ML dialect like StandardML) makes a lot of sense, it's helpful for reading papers, watching conference talks, understanding basics of type theory, going through PL courses and all other fancy stuff.

Here is a good introductionary course on OCaml and functional programming:

cs3110.github.io/textbook/cove

youtube.com/playlist?list=PLre

#ocaml #pl #lisp #fp #functionalprogramming #types #typetheory #semantics

1 comment
blake shaw 🇵🇸

@abcdw I read this course a few years ago, its really great. OCaml is a good balance of safety and pragmatism

Go Up