Well, there is no inheritance, no interfaces, no abstract classes. It does not make sense to fake this, because it would be just more complicated to maintain the source codes.

- Information hiding is not possible
- you can not even create modules and link them.
- One has to "include" .c files instead of linking compiled object files.
- no modules, means that there is no file based scope for global variables.

I am missing some basic features here.

DLL creation is listed in the forecast, but it is not in development. At least there is no progress shown for this feature.

-- slacer