An open API service indexing awesome lists of open source software.

https://github.com/end2endzone/c_interfaces

A hands‑on C project where I experiment with different tricks to mimic interfaces as supported in other programming languages. Get the flexibility of interfaces while maintaining C-like performances. Discover how far C code can be pushed toward polymorphism without native support.
https://github.com/end2endzone/c_interfaces

Last synced: about 2 months ago
JSON representation

A hands‑on C project where I experiment with different tricks to mimic interfaces as supported in other programming languages. Get the flexibility of interfaces while maintaining C-like performances. Discover how far C code can be pushed toward polymorphism without native support.

Awesome Lists containing this project

README

          

# c_interfaces
A hands‑on C project where I experiment with different tricks to mimic interfaces as supported in other programming languages. Get the flexibility of interfaces while maintaining C-like performances. Discover how far C code can be pushed toward polymorphism without native support.