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.
- Host: GitHub
- URL: https://github.com/end2endzone/c_interfaces
- Owner: end2endzone
- License: mit
- Created: 2025-11-15T16:44:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T21:14:29.000Z (8 months ago)
- Last Synced: 2025-11-15T23:21:04.467Z (8 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.