Draft of OCaml Scientific Computing book
discuss.ocaml.org
Draft of OCaml Scientific Computing book
1–10 of 132 posts
Re: Draft of OCaml Scientific Computing book
#2Re: Draft of OCaml Scientific Computing book
#3Pretty interesting. Reading it, seems closer to a tutorial in using Owl, an OCaml-written package for technical computing (what e.g. Matlab is; though architecture differs according to post).
Re: Draft of OCaml Scientific Computing book
#4I wonder if there's any overlap between this and https://www.ffconsultancy.com/products/ocaml_for_scientists/... , or would it still be helpful to read both of them?
Owl is fairly new, and it has hopefully been able to learn from other ecosystems like Python.
Re: Draft of OCaml Scientific Computing book
#5I wonder if there's any overlap between this and https://www.ffconsultancy.com/products/ocaml_for_scientists/... , or would it still be helpful to read both of them?
Specifically. OfS is an introductory OCaml book (first half) which has example usage of interest to scientists (second half). OSC though it has some introductory text per section is mostly concerned in showing Owl, which is what you'll end up using.
Re: Draft of OCaml Scientific Computing book
#6I wonder if there's any overlap between this and https://www.ffconsultancy.com/products/ocaml_for_scientists/... , or would it still be helpful to read both of them?
That's what the kind of book it came to my mind when I read the title. No, they differ though there is slight overlap and yes, someone should read them both. OfS first, OSC next. Specifically. OfS is an introductory OCaml book (first half) which has example usage of interest to scientists (second half). OSC though it has some introductory text per section is mostly concerned in showing Owl, which is what you'll end u…
Re: Draft of OCaml Scientific Computing book
#7Re: Draft of OCaml Scientific Computing book
#8Earlier quoted context omitted.
That's what the kind of book it came to my mind when I read the title. No, they differ though there is slight overlap and yes, someone should read them both. OfS first, OSC next. Specifically. OfS is an introductory OCaml book (first half) which has example usage of interest to scientists (second half). OSC though it has some introductory text per section is mostly concerned in showing Owl, which is what you'll end u…
Is OfS available anywhere? Not that I advocate for piracy, but the site seems abandoned and the payment link is dead.
Re: Draft of OCaml Scientific Computing book
#9Each year I think wether should I learn OCaml or not. What is the current state of multi-thread OCaml? Is that a game changer or just a cool feature? I can't understand why OCaml doesn't have mass adoption.