Viewing profile — 45g
45g
HN member- Joined
- Tue, Feb 16, 2010, 8:33 PM UTC
- HN karma
- 27
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About 45g
No profile information was provided.
Recent public activity
-
comment
Comment #7052488
> You can see how this makes it impossible to mutate the state without remembering to aquire the lock. Not quite true. Looking at the type signature of e.g. RWArc::write I see this…
-
comment
Comment #6816467
What puzzles me about Jolla and it's Sailfish OS is the constant emphasis on being "truly open" when in fact the sources of the OS are nowhere to be found. They point you to projec…
-
comment
Comment #2539969
WebOS is not open source so I fail to see why a "geek" should love it. On the contrary - they should avoid it!
-
story
DDC (Haskell - Laziness + Effect typing) is ready "for human consumption"
Homepage: http://trac.haskell.org/ddc/
-
comment
Comment #1516072
I wonder if someone wants to port the type checker of Typed Racket over to Clojure?
- story
-
comment
Comment #1130117
The HLVM implementation is for everyone to see at http://hlvm.forge.ocamlcore.org/ . There is a public mailing list at https://lists.forge.ocamlcore.org/pipermail/hlvm-list/ and I …
-
comment
Comment #1129789
This VM is based on LLVM and in particular aimed at parallel programming. As its author said: "HLVM is an experiment to see what a next-generation implementation of a language like…