Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Year of OCaml?

Name: Anonymous 2015-05-28 4:58

We have recently gotten or will be soon getting, in no particular order:

# multicore (no more GIL)
# flambda
# GC tuning for real time systems
# algebraic effects
# modular implicits

Are we kicking ass yet?

Name: Anonymous 2015-06-12 20:26

Name: Anonymous 2015-06-12 22:22

>>47
OCaml learning resources are not great...

http://ocaml.org/ - the tutorials aren't the best, but can be helpful, there are up-to-date docs here.

http://try.ocamlpro.com/ - online REPL, could be useful.

Some tips:

https://opam.ocaml.org/ - you'll want to use this. Install system OCaml and if you want to upgrade, opam switch. Use opam instead of system packages for packages. You might need system packages for a few, and you'll need the system -dev libraries for a bunch of things.

When you read about functors skip any docs/tutorials that talk about how confusing it might be. It's not a hard concept and the author is just setting you up for failure.

Don't try to understand the types in Printf, at least not at first. It's atypical and Lovecraftian.

FFI used to be a nightmare, but now you can just use ctypes.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List