Viewing profile — bakkdoor
bakkdoor
HN member- Joined
- Sun, Jan 31, 2010, 11:47 PM UTC
- HN karma
- 250
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About bakkdoor
Recent public activity
-
comment
Comment #28625387
It's completely down now.
- story
-
comment
Comment #4381827
On a german keyboard \ is not just "a single keystroke". What a pain -_-
- story
-
comment
Comment #4109983
"In the case of an acquisition of G-WAN's Copyrights, the new owner would be the best promotional player of parallelized architectures, and therefore a desirable partner for Intel,…
-
comment
Comment #4109972
Gotta love their "insurance": http://gwan.ch/insurance o_O
-
comment
Comment #4109926
this is insane.
- story
-
comment
Comment #3237175
I just added conditions & restarts today to Fancy ( http://fancy-lang.org/ ). It's currently in a branch but it works =).
-
comment
Comment #2474905
Yes.
-
comment
Comment #2474904
The current implementation of futures uses a thread pool. I'm planning on changing this a bit to behave more like Io's actor model.
-
comment
Comment #2474898
Hi, I'm the author of Fancy. The erlang-style actor message passing hasn't been implemented yet. I'm workin on that though. Rubinius has a built-in Channel type, (similar to go) an…
- story
-
comment
Comment #2260961
Yeah, I'll probably write up some of the stuff I've been doing with Fancy soon.
-
comment
Comment #2256844
Btw, here's a list of current features I forgot to link to in the post: https://github.com/bakkdoor/fancy/blob/master/doc/features.m...
-
comment
Comment #2256775
You mean symbol literals? Ruby uses :foo but that would mix up with the keyword message syntax. So I took Lisp's syntax: 'foo =) Also, since you'll want to have syntax for message …
-
comment
Comment #2108435
it's super effective!