Mikhail V <mikhail...@gmail.com> writes:
> Just my curiosity, I've always been intersted in such question: are devs
> still writing extensions in C, I mean type in C code? 

Yes.

> Aren't they using some translator or IDE which at lest hides the
> brackets and semicolons?

I don't know of anyone who does that.  I don't think anyone minds C's
brackets and semicolons, and lots of other languages like Java and Perl
use them too, for programmer familiarity.  The actual difficulty with C
is that it gives rise to a high incidence of hard-to-diagnose bugs.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to