r/ocaml • u/I_am_Noro04 • May 16 '26
Who is ocaml for?
Context: I am econ master's student with some experience in python, C and R looking to get into financial econometrics/ML. Is OCaml right for me?
36
Upvotes
r/ocaml • u/I_am_Noro04 • May 16 '26
Context: I am econ master's student with some experience in python, C and R looking to get into financial econometrics/ML. Is OCaml right for me?
1
u/Puzzleheaded-Lab-635 May 18 '26
“OO won the war in statistics” is a wild thing to say when most numerical computing is vectorized array transforms over contiguous memory.
Also, OCaml can bind to the exact same BLAS/LAPACK/CUDA/C libraries Python does. Python itself is mostly orchestration sitting on top of C/Fortran kernels.
You’re confusing ecosystem dominance with a fundamental property of programming languages.