Viewing profile — throwaway720348
throwaway720348
HN member- Joined
- Thu, Mar 26, 2020, 9:11 AM UTC
- HN karma
- 20
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About throwaway720348
No profile information was provided.
Recent public activity
-
comment
Comment #22692218
Ah you're right, I forgot about OCaml's ass-tier multicore support. Rust is definitely better there.
-
comment
Comment #22691881
You can use a language like OCaml without allocating and still capture huge benefits over C++, like a decent type system, ADTs, and better abstractions than templates (modules in O…
-
comment
Comment #22691828
Rust type's system has a similar power level to OCaml's but without modules (which are used heavily at JS) and with linear types/lifetimes. Rust would probably be a good fit for JS…
-
comment
Comment #22691793
I think you are ascribing too much thought to Jane Street's decision to use OCaml. I think it was a good choice, on balance, but from what I heard/read when I worked there it was m…
-
comment
Comment #22691755
The people who work at jane street are generally super talented, but they also mostly work on generic not-especially-interesting software problems. Source: Former jane street emplo…