Live data from Hacker News

Viewing profile — afri

afri

HN member
Joined
Fri, Apr 30, 2010, 7:03 AM UTC
HN karma
75
Public activity
14 items

About afri

@alexfritze

Recent public activity

  1. 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…

  2. story
  3. story
  4. story
  5. story
  6. 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…

  7. story
  8. story
  9. 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…

  10. story
  11. story
  12. 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…

  13. story
  14. 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 …