Fearless Concurrency for Python
As part of Project Verona, we have been developing a new ownership model for Python, called Lungfish.
This model is designed to provide a safe and efficient way to manage memory and concurrency in Python programs.
This page explains our experiments to develop this approach.
Plan for Python
Quick prototyping in FrankenScript
Modifying a production language is a complex task.
As an initial step, we have been developing a toy language called FrankenScript that allows us to quickly prototype our ide...
Read more at microsoft.github.io