GeeCON 2023: Patrick Viry - A parallel programming language extension for Java
Description:
Explore a groundbreaking approach to parallel programming in Java through this GeeCON 2023 conference talk. Delve into Patrick Viry's presentation on a language-integrated parallel programming model that aims to simplify and enhance Java's capabilities. Discover how the addition of compositional operators to the Java language can address the complexities arising from the hardware-level concept of 'threads' in high-level languages. Learn about the strong theoretical foundations of this model, which enable correctness proofs and potentially revolutionize parallel programming. Through various examples, gain insights into how this approach can make parallel programming more intuitive, efficient, and generalizable, ultimately transforming the way developers tackle concurrent programming challenges in Java.
A Parallel Programming Language Extension for Java