Viewing profile — raphscallion
raphscallion
HN member- Joined
- Sun, May 17, 2009, 6:46 PM UTC
- HN karma
- 11
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About raphscallion
No profile information was provided.
Recent public activity
-
comment
Comment #5275051
> At least OCaml doesn't pretend to support threading, unlike most other GIL-bound languages. OCaml does support threading, you don't need LWT of Async for I/O concurrency. http://…
- story
-
comment
Comment #3052056
Functors simply provide dependency injection for modules. It's no different from any other kind of dependency injection, except that modules themselves are a very flexible unit of …
-
comment
Comment #2418496
What about Jane Street's Core ( http://ocaml.janestreet.com/?q=node/13 ), or Batteries Included ( http://batteries.forge.ocamlcore.org/ ) ?
-
comment
Comment #2418472
OcamlJava is a work-in-progress implementation of OCaml on the JVM, from Xavier Clerc of INRIA. http://ocamljava.x9c.fr/ There's also Yeti ( http://mth.github.com/yeti/ ), an ML fo…