ooc is a modern, object-oriented, functional-ish, high-level, low-level, sexy (?) programming language.
From the initial blog post:
For starters, it’s.. another approach to object-orientedness in C. The main compiler implementation is written in Java, and it outputs pure C, which can then be compiled e.g. by gcc (only test platform so far). It tries to be less cumbersome and bloated than C++, and a tad friendlier, too.
The short-term goal is attained: being able to write clean, object-oriented Java-like code and have it compile via gcc, with the performance and libraries of C.
Would be great to have a better description...
Last updated 10/14/09
