Viewing profile — agocorona
agocorona
HN member- Joined
- Wed, Nov 05, 2014, 12:28 AM UTC
- HN karma
- 54
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About agocorona
No profile information was provided.
Recent public activity
-
comment
Comment #17116881
There is already a kind of unison for Haskell: https://github.com/transient-haskell/transient
- story
-
comment
Comment #11756340
This one too: https://github.com/agocorona/Workflow
-
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…
-
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 …
-
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…
-
comment
Comment #11491124
I think that it meets the guidelines. It is a matter of reposting it with the prefix "Show HN"?
- story
-
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.
-
comment
Comment #9767981
I'm the author. Thanks for publishing it here
-
comment
Comment #9121564
Do you have seen the monad of the article before? I would like to know your reference, please.
-
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.
-
comment
Comment #9121085
Very glad that you appreciate it. I think that there is a gold mine of applications under this simple realization.
-
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 …
- story
-
comment
Comment #9108828
http://www.google.com/trends/explore#q=reactjs%2C%20Angular.... ;)
-
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…
-
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…
-
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…
-
comment
Comment #9106926
I added a bit more context. Thanks
-
comment
Comment #9106875
No, I mean "the combinators that I just developed and want to explain here".
-
comment
Comment #9106840
Too bad. I fixed it
- story
-
comment
Comment #9106420
It seems that there is no way to change the original URL
-
comment
Comment #9106412
Very sorry: https://www.fpcomplete.com/user/agocorona/EDSL-for-hard-work...