[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Fribidi-discuss] Re: FriBidi's license (was - my Bidi...)
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: [Fribidi-discuss] Re: FriBidi's license (was - my Bidi...)
- From: Alex Perez <aperez at student dot santarosa dot edu>
- Date: Thu, 18 Mar 2004 12:53:48 -0800 (PST)
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.