> Deadlock-Free#
> This one is easy because Pony has no locks at all! So they definitely don’t deadlock, because they don’t exist!
>> Compatible with C#
>> Pony programs can natively call C libraries. Our compiler is able to generate a C-header file for Pony libraries. Consequently, C/C++ programs can natively call Pony programs!
Но ведь в C/C++ есть локи (да?), их можно использовать из pony и дедлокнуться, не? 😅