puniverse / comsat

Fibers and actors for web development
docs.paralleluniverse.co/comsat
Other
598 stars 103 forks source link

Add Clojure web actors #2

Open pron opened 10 years ago

mhluongo commented 9 years ago

:+1: I was just trying to hack around this.

pron commented 9 years ago

Comsat 0.3.0 -- which is being released right now -- includes Ring support. Clojure web actors will find their way into the next version.

mhluongo commented 9 years ago

Great news! Are you guys looking for contributions? I'm working on a project now that needs web actors- I feel like with an idea of how you're planning to implement them in comsat, I might be able to help.

mhluongo commented 9 years ago

(And if not help, then at least more elegantly solve my problem ;)

circlespainter commented 9 years ago

Sorry for the late reply. We haven't started thinking about how to implement it yet but of course ideas and contributions (of any kind) are always welcome. Have a look at https://github.com/puniverse/comsat/blob/master/CONTRIBUTING.md as well.

mhluongo commented 9 years ago

If I had an idea of how you guys want it to look to a Clojure dev, I might take a crack at it. I tried to use the Java web actors from Clojure with gen-class, but the the poor annotation interop stopped me. On Feb 14, 2015 7:52 AM, "Fabio Tudone" notifications@github.com wrote:

Sorry for the late reply. We haven't started thinking about how to implement it yet but of course ideas and contributions (of any kind) are always welcome. Have a look at https://github.com/puniverse/comsat/blob/master/CONTRIBUTING.md as well.

— Reply to this email directly or view it on GitHub https://github.com/puniverse/comsat/issues/2#issuecomment-74380111.

circlespainter commented 9 years ago

Ok let's keep in touch then, as soon as we think of an API we can organise. Thanks!