A language feature is a distinct aspect of a programming language, such as binding rules, lexical design, or facets of the type system.
What (if any) are the differences between the following two methods of reading a line from standard input: raw_input() …
python input language-featuresConsider the following example: class A: @property def x(self): return 5 So, of course calling the a = A(); a.x …
python properties language-featuresThe essence of the problem is, given a class hierarchy like this: class A { protected void MethodToExpose() {} protected void MethodToHide(…
c# inheritance language-features inheritance-preventionHTML being the most widely used language (at least as a markup language) has not gotten its due credit. Considering …
html xhtml language-features hidden-featuresI have written a little bit of C, and I can read it well enough to get a general idea …
c macros c-preprocessor language-design language-featuresI need some code samples (and I also really curious about them) of Scala and Java code which show that …
java scala comparison language-features.Net 3.5 doesn't support tuples. Too bad, But not sure whether the future version of .net will support tuples or not?
c# .net tuples language-featuresWhat makes Scala such a wonderful language, other than the type system? Almost everything I read about the language brings …
programming-languages scala language-featuresWhat is the difference between VB and VBScript?
vb6 vbscript language-featuresIn JavaScript, there are two values which basically say 'I don't exist' - undefined and null. A property to which …
javascript null language-features undefined