[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fribidi-discuss] Re: FriBidi's license (was - my Bidi...)



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.