====================================================================
Published: 9 November 2021
Tags: julia
Julia is a dynamically typed language with a focus on performance (not a usual combination). We've seen it used for developing a game in a previous issue, but this article by Lee Phillips focuses on its support for concurrency. Specifically, Lee dives into multithreading, distributed processing, and asynchronous multithreading.