Viewing profile — afri
afri
HN member- Joined
- Fri, Apr 30, 2010, 7:03 AM UTC
- HN karma
- 75
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About afri
Recent public activity
-
comment
Comment #8991191
I think there are a couple of problems: 1 - SJS effectively 'solves' the concurrency problem, but it is not a problem that is on the top of most people's mind when they write an ap…
- story
- story
- story
- story
-
comment
Comment #3538472
Ah, this is one of the clever bits of StratifiedJS which differentiates it from a lot of the other async extensions out there. In the case you describe the CNN request will automat…
- story
- story
-
comment
Comment #2103457
(Disclaimer: I work on StratifiedJS) The point about not being able to use 'normal' JS debugging facilities with StratifiedJS (or other 'higher-level' languages compiling to JS) is…
- story
- story
-
comment
Comment #1720932
Yes, Oni Apollo is open-source, and you've got the right repository. The assembled library, oni-apollo.js, is composed of a whole bunch of different bits and pieces and tools which…
- story
-
comment
Comment #1307489
Delimited continuations look interesting. I'd be curious if you could implement something like SJS's ALT operator ('@') with them: A@B follows both branches A and B simultaneously …