Live data from Hacker News

Owl – An OCaml Numerical Library

github.com

1–10 of 48 posts

Re: Owl – An OCaml Numerical Library

#6
I looked at OCaml a few years back for scientific computing, but was turned off by the global lock GC for multithreading (similar to python). Anyone know if this has been changed yet?

Edit: doesn't look like this has changed, but there's an effort at https://github.com/ocamllabs/ocaml-multicore that is slowly making progress

Re: Owl – An OCaml Numerical Library

#7
post #4

Not to be confused with OWL framework from Borland.

Or the Web Ontology Language (OWL) [1] whose inconsistent acronym is not in fact a tribute to the spelling-challenged Owl character in Winnie-the-Pooh [2]

[1] https://en.wikipedia.org/wiki/Web_Ontology_Language

[2] https://en.wikipedia.org/wiki/List_of_Winnie-the-Pooh_charac...

Re: Owl – An OCaml Numerical Library

#8
post #6

I looked at OCaml a few years back for scientific computing, but was turned off by the global lock GC for multithreading (similar to python). Anyone know if this has been changed yet? Edit: doesn't look like this has changed, but there's an effort at https://github.com/ocamllabs/ocaml-multicore that is slowly making progress

IIRC, there was a PR preparing upstream ocaml for multicore. I think multicore capabilities will be here soon.

Would things like LWT or async help you in any way?

Re: Owl – An OCaml Numerical Library

#9
post #4

Not to be confused with OWL framework from Borland.

Or the Web Ontology Language (OWL) [1] whose inconsistent acronym is not in fact a tribute to the spelling-challenged Owl character in Winnie-the-Pooh [2] [1] https://en.wikipedia.org/wiki/Web_Ontology_Language [2] https://en.wikipedia.org/wiki/List_of_Winnie-the-Pooh_charac...

Or the OWL region in Germany: https://en.wikipedia.org/wiki/Ostwestfalen-Lippe

TLAs tend to be horribly overloaded and confusing without a very obvious context.

Post reply on HN