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

https://github.com/ryanashcraft/classified-c

A toy project that attempts to twist C into a classical object-oriented language with Objective-C style message passing.
https://github.com/ryanashcraft/classified-c

Last synced: about 1 year ago
JSON representation

A toy project that attempts to twist C into a classical object-oriented language with Objective-C style message passing.

Awesome Lists containing this project

README

          

# Classified-C

A tiny, portable message passing framework in C. Useful for building classes with inheritance and making dynamically binded method calls.