Get the latest tech news

Project Verona: Fearless Concurrency for Python


Research programming language for concurrent ownership

As an initial step, we have been developing a toy language called FrankenScript that allows us to quickly prototype our ideas for region-based ownership. Deep Immutability is a key part of any ownership model as we need concurrent threads to be able to share type information without risking it being mutated under foot. Our approach draws heavily from the experience of languages with ownership models like Rust, Cyclone Encore, and Pony, but is based completely on dynamic checks.

Get the Android app

Or read this on Hacker News

Read more on:

Photo of python

python

Photo of project verona

project verona

Photo of fearless concurrency

fearless concurrency

Related news:

News photo

Pyrefly: A new type checker and IDE experience for Python

News photo

Show HN: SQL-tString a t-string SQL builder in Python

News photo

A Rust API Inspired by Python, Powered by Serde