Settings

Theme

Learning OCaml in 2023

sancho.dev

58 points by djcollier 3 years ago · 6 comments

Reader

zamalek 3 years ago

This is exactly what I've been looking for! I really want to get into ML (thanks to that Rust gateway drug), and I found the whole ecosystem pretty confusing.

  • davesnx 3 years ago

    Hey, thanks! This tries to solve exactly that, let me know if there's anything else that feels that needs an intro to OCaml community.

xedrac 3 years ago

I've been holding out OCaml because it didn't have good concurrency support, but that seems to have changed recently. I've thoroughly enjoyed learning Haskell, and I'm sure ML has a few treasures of its own to give.

  • yawaramin 3 years ago

    OCaml has had great concurrency support for quite a long time, the Lwt promises library offers async I/O and works really well. Now, with OCaml 5 shipping Multicore support, even more performance will be unlocked, potentially (it really depends on the design and workload characteristics of the application).

Alifatisk 3 years ago

Is Meta still actively using it?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection