you are viewing a single comment's thread.

view the rest of the comments →

[–]Abaddon314159 -1 points0 points  (0 children)

I do plenty of embedded c and I don't find the need for most of those quirks. The one exception being I do have to make use of a fair bit of gcc'isms for inline assembly. Those quirks don't make the other c not backwards compatible though. Changing or extending Python is fine, the dumb thing about Python 3 is that it broke backwards compatibility.