Live data from Hacker News

Viewing profile — agocorona

agocorona

HN member
Joined
Wed, Nov 05, 2014, 12:28 AM UTC
HN karma
54
Public activity
26 items

About agocorona

No profile information was provided.

Recent public activity

  1. comment
    Comment #17116881

    There is already a kind of unison for Haskell: https://github.com/transient-haskell/transient

  2. story
  3. comment
    Comment #11756340

    This one too: https://github.com/agocorona/Workflow

  4. comment
    Comment #11506571

    Since JavaScript and the browser is the only thing that matters nowadays: transient-universe can run Browser nodes compiled from haskell to Javascript. they can display DOM widgets…

  5. comment
    Comment #11499403

    Haxl is a great Haskell library and probably the biggest contribution to getting Haskell out of the academia. It is optimized for fetching querying and caching data sources, among …

  6. comment
    Comment #11499023

    Good question. The actor model communicate via mailboxes, which execute callbacks sort to say. Essentially this produces the callback hell. Taking away the initializations, this is…

  7. comment
    Comment #11491124

    I think that it meets the guidelines. It is a matter of reposting it with the prefix "Show HN"?

  8. story
  9. comment
    Comment #9777460

    Yes, I will add more examples as soon as I can. It is in an early stage, but I plan to update the article with more examples.

  10. comment
    Comment #9767981

    I'm the author. Thanks for publishing it here

  11. comment
    Comment #9121564

    Do you have seen the monad of the article before? I would like to know your reference, please.

  12. comment
    Comment #9121236

    I added the backtracking effect in this article without stacking a new transformer. In a way somewhat similar in which a new interpreter can add a new effect to a free monad.

  13. comment
    Comment #9121085

    Very glad that you appreciate it. I think that there is a gold mine of applications under this simple realization.

  14. comment
    Comment #9121054

    In STM the backtracking is a bit different. It has a single backtracking point and usually it is implemented by killing the thread and restarting it anew. That is because doing IO …

  15. story
  16. comment
    Comment #9108828

    http://www.google.com/trends/explore#q=reactjs%2C%20Angular.... ;)

  17. comment
    Comment #9108618

    I think that there are objective measures of complexity. So there are objective measures of simplicity. ideographic writing is more complex and less composable than phonetic writin…

  18. comment
    Comment #9108469

    Well though. I agree with that. The good abstraction is more about interfaces rather than objects. I complain more about the primitive use of objects as message receivers" with sta…

  19. comment
    Comment #9108368

    Hi In the case of events, it is because I later have to store different event types in a List so I define the list as [Event] . That is the container that feed the monad with event…

  20. comment
    Comment #9106926

    I added a bit more context. Thanks

  21. comment
    Comment #9106875

    No, I mean "the combinators that I just developed and want to explain here".

  22. comment
    Comment #9106840

    Too bad. I fixed it

  23. story
  24. comment
    Comment #9106420

    It seems that there is no way to change the original URL

  25. comment
    Comment #9106412

    Very sorry: https://www.fpcomplete.com/user/agocorona/EDSL-for-hard-work...