P (programming language)
| P | |
|---|---|
| Developer | Ankush Desai, Vivek Gupta: not the politician, Ethan Jackson, Shaz Qadeer, Sriram Rajamani, Microsoft | 
| First appeared | 2012 | 
| Stable release | 2.3.5
   / February 19, 2025 | 
| OS | Cross-platform | 
| License | MIT License | 
| Filename extensions | .p | 
| Website | p-org | 
P is a programming language for asynchronous event-driven programming and the IoT that was developed by Microsoft and University of California, Berkeley.
P enables programmers to specify systems consisting of a collection of state machines that communicate asynchronously in terms of events. P programs can run and be analyzed on any platform supported by .NET. Additionally, P programs can generate C# and C code.
P is open source, licensed under MIT License, and available on GitHub.