Viewing profile — circlespainter
circlespainter
HN member- Joined
- Thu, Dec 18, 2014, 4:44 PM UTC
- HN karma
- 44
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About circlespainter
No profile information was provided.
Recent public activity
-
comment
Comment #11098477
I think it would be interesting to try http://docs.paralleluniverse.co/quasar/ too (fibers, and actors on top, for the JVM).
-
comment
Comment #9910180
http://kotlinlang.org/ with http://docs.paralleluniverse.co/quasar/#preview-quasar-kotli...
-
comment
Comment #9589515
> any library it's used with needs to be retrofitted/wrapped to make it work with Quasar. True, but 1/ to see how easy it can be to integrate a pre-existing library with Quasar, ju…
-
comment
Comment #9587593
I'll only add that Quasar offers several types of "send" and "receive" operations: blocking indefintely, with timeout and even "try" variants that will not block at all, as well as…
-
comment
Comment #9586686
If you want regular code and not async, then yes, it matters: if you have a lot of OS thread-based actors performing blocking network "send"s as part of their regular control flow,…
-
comment
Comment #9586080
> I've been using Akka in combination with Scala's Futures, with Java 8's CompletableFutures, with Rx Observables, with in-house asynchronous queues and I can't see how Akka doesn'…
-
comment
Comment #9585946
True, although it's a community project and not part of the main Akka project AFAIK. Worth mentioning though, thanks for pointing out.
-
comment
Comment #9585737
In Akka an actor is basically a message handler; I personally think that being able to use regular control flow constructs is an easier way to model state machines than swapping ar…
-
comment
Comment #9585028
By the way I'm the author of the post so feel free to get in touch, I'll be glad to answer any questions.
-
comment
Comment #9584991
I don't agree but can you expand? Which parts are one-sided in your opinion and which other posts?
-
comment
Comment #9584978
Can you expand on why you think these statements are not correct? I think they are thoroughly explained in the post.
-
comment
Comment #9584960
Actually the statement about logging is a bit different and says that Akka offers an additional logging API, which is correct I believe, and I think this is unnecessary since a pre…
-
comment
Comment #9584907
Actually bytecode manipulation doesn't make JVM alternative languages impossible, on the opposite Quasar allows them to be easily integrated and investigation/work is ongoing to av…
- story
- story
- story