As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am a long time OO programmer开发者_如何转开发 and a functional programming newbie. From my little exposure algebraic data types only look like a special case of inheritance to me where you only have
Every time I write trivial getters (get functions that just return the value of the member) I wonder why don\'t oop languages simply have a \'read only\' access modifier that would allow reading the v
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
This question is mystifying me for years and considering this site\'s name, this is the place to ask.
They seem to share a lot of the same characteristics but as far as I can tell, Python 2.5 is开发者_JAVA技巧 faster than 1.8.7 by a lot.
In my company\'s codebase, i see functions used in both static and object context. For e.g. a class A has a function b() which is called both using A::b() and/or object_of_type_A->b(). I know this thr
I\'m working on a general-purpose programming language. In addition to the modern requirement of Unicode support in strings and identifiers, I\'m considering supplying alternate spellings of some oper
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am wondering if there are any languages that extend PHP into something ahem \"better\"? They don\'t have to necessarily be able to interact 开发者_StackOverflowwith PHP, but it is certainly a benef