Object Oriented C (oo tools for C) kit is for those who want to program in an object oriented manner, but stick on the good old C as well. It implements classes, single class inheritance, multiple inheritance by interfaces and mixins, and exception handling. Ideal for students getting to know OO programming or for systems that lack a C++ compiler.
This is a collection of C macros and a small C library.
Do not mix with the "ooc programminglanguage" which is a different project at http://ooc-lang.org !
Loglan language and Virtual Loglan Processor repository
Loglan'82 is a programminglanguage conceived for object and distributed programming.
It has many features that make Loglan'82 a tool surpassing other programming languages:
* It enjoys a unique safe and efficient system of managing objects, see [[Safe dealocation]],
* It offers modules of classes (__class__), moreover it allows to declare modules of cooperating objects i.e.
The nap scripting language is an object oriented scripting language which brings together the best features of various scripting languages found on different platforms.
The nap-script is a C like programming and scripting language with the following characteristics:
- compiles into bytecode
- it runs in a virtual machine
- can be executed standalone or embedded in C/C++ code
- has a well defined assembly language
- can do runtime compilation
- has a syntax very similar to C without pointers
... and it is still under development :)
Check out the mercurial repository to get a glimps on the code.
elastiC is a Very High Level Language (VHLL) with a C-like syntax. Dynamically typed, with fast Garbage Collection, supports functional programming and robust Object Orientation. Designed to be easily extended and embedded, it's portable and lightweight.
Framework written in C language using OO concepts. Pretty similar to Java. This is gonna change your way of programming in C. Feel free to contact me at juanrb@hotmail.com.
ooc is an object-oriented programminglanguage which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.
GCSTL is a port of the C++ Standard Template Library to the C programminglanguage. This library is for developers that desire the functionality of lists, stacks, queues, sets, or maps when using the C programminglanguage.