Tagged Questions

9
votes
5answers
237 views

What are some specific examples of backward incompatibilities in Perl versions?

It has been 22 years between the initial public release of Perl 1.0 (December 18, 1987) and the current stable release 5.10.1 (2009). During those 22 years the following notable releases have been …
13
votes
8answers
335 views

How was the syntax chosen for static methods in Python?

I've been working with Python for a while and I find the syntax for declaring methods as static to be peculiar. A regular method would be declared: def mymethod(self, params) ... return A …
15
votes
11answers
935 views

Why didn’t Ada make it?

I've read about a really beautiful langauge called "Ada", which seems very powerful to me, with a lot of what we call these days "safety features". What was wrong with Ada not to make it a …