Introduction to PetWay
PetWay is an ongoing experiment to use C for application programming. Initially it was stemmed from MYAW parser as a type system and then extended with data encapsulation, interfaces, circular references handling, and other essentials.
Design principles
Whenever possible, pet sticks to the following principles:
- Ease of use, as much as it is possible with C.
- Frequently used things should be simple and fast.
- Complex and rarely used things are okay to be slower.