DEV Community

Discussion on: The Julia Programming Language.

Collapse
 
epsi profile image
E.R. Nurwijayadi

Good article. Thank you for posting.

I'm a beginner in Julia. 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/11/1...

First the sender and receiver.

Sender and Receiver

And finally run both using channel.

Channel

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

🙏🏽

Thank you for posting with general introduction..

Collapse
 
ifihan profile image
Ifihan Olusheye

Thanks a lot. And thanks for sharing this code.

Collapse
 
deli profile image
Deli

Hey Ifihan,
I want to learn Julia, what is the best source to learn from?

Best regards

Thread Thread
 
ifihan profile image
Ifihan Olusheye

Hello,
You could start with the course fom Julia Academy - juliaacademy.com/
Then also this book - Think Julia by Ben Lauwens, Allen B. Downey

Thread Thread
 
deli profile image
Deli

Thank you so much!

Thread Thread
 
ifihan profile image
Ifihan Olusheye

You're welcome!