DEV Community

Discussion on: An Introduction to Clojure, features, and usability

Collapse
 
epsi profile image
E.R. Nurwijayadi

Good article. Thank you for posting.

I'm a beginner in Clojure. To help more beginner, I have made a working example of concurrency using actor pattern with source code in github.

🕷 epsi.bitbucket.io/lambda/2020/12/1...

First the receiver, using multi-arity recursion, so we have immutable stuff.

Receiver

Then sender. And finally run both.

Sender

I hope this could help other who seeks for other case example.

ðŸ™ðŸ―

Thank you for posting with general introduction..

Collapse
 
soniasingla profile image
Sonia Singla

You did an amazing job, this is highly beneficial for beginners, thanks for making it up :)