<div dir="ltr">Hello,<div><br></div><div>I have been playing around with Common Lisp for a while and I really want to get this idea working.</div><div><br></div><div>I have been reading a lot about Akka, but I'm not really a Java/Scala/distributed guy. To my understanding, Akka is an agnostic way to create Actors that can send messages at varying speeds, speeding up with the available memory and cores and easily extending itself for distributed communication via remote Actors.</div>
<div>I'm not an expert by any means, so feel free to correct me on the description.</div><div><br></div><div>I would like to create bindings to this example <a href="http://doc.akka.io/docs/akka/2.1.2/java/untyped-actors.html">http://doc.akka.io/docs/akka/2.1.2/java/untyped-actors.html</a> and it was suggested to me that I might use "java:jnew-runtime-class" by the very nice ehu on #abcl.</div>
<div><br></div><div>My repository is at <a href="https://github.com/ubikation/chemicalambda">https://github.com/ubikation/chemicalambda</a> if anyone is interested in my progress or wants a better idea of where I am (not really beyond starting the project at the moment).</div>
<div><br></div><div>At the minimum I would like to create bindings, but I would like to do something more interesting after I get some stuff working.</div><div><br></div><div>I do not know what I am doing at all, but I am hoping that creating these bindings will help solidify my understanding of Common Lisp and of ABCL in particular.</div>
<div><br></div><div>Thanks again!</div></div>