
Red is
a new programming language inspired by
REBOL, but compiled and open source. The language is currently being bootstrapped by first implementing a lower level dialect, in which the high level, dynamic language will be written. This C class dialect for systems programming, Red/System, has
reached beta status after only half a year of development. It now supports using dynamic libraries on Syllable. Also, a new version of Syllable Desktop's FTP client,
Transferrer, was released (
screenshot accessing Syllable Server).
Member since:
2008-12-20
Maybe try Javascript with the V8 engine? Maybe PERL to C. If you don't like C syntax then maybe C# is out of the question, shame. It's a very good language... hmmm... actually most of it is fairly ordinary but Lambda expressions combined with LINQ are beautiful.
PHP can be compiled (I think it's PHP->C++->Compiler->code).
There are options!
The glib answer is "write your own C++ library" in which all objects are _really_ objects and inheritance is a dynamic runtime property... at which point I'd give up and use Javascript!