On Thu, 18 Mar 2004, Behdad Esfahbod wrote: > The main problem is that my beloved language, C, does not have > any type of dynamism/overloading... But I would eventually > implement it.
Then I suggest you check out Objective-C. GCC supports it natively. It is a true compiled superset of C, with only about 10 syntactic additions, and none of that nasty C++ aftertaste. Check out http://www.dekorte.com/Objective-C/ and http://www.dekorte.com/Objective-C/Comparisons.html and especially http://www.dekorte.com/Objective-C/Documentation/Index.html It is an *extremely* dynamic language. _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

