Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

How unique is PHP's __autoload()?

Java Language Specification - Cannot understand 'BlockStatement'

java language-features

Compilation error. Using properties with struct

Why was constness removed from Java and C#?

Are there any non-Lisp dialects that allow for syntactic abstraction?

"using" construct and exception handling

Why can this kind of statement work in PHP?

Is there a way to escape root namespace in VB?

Python 3.0 - dict methods return views - why?

Is there anything like Enumerable.Range(x,y) in Java?

Any differences between asInstanceOf[X] and toX for value types?

Algorithm that converts numeric amount into English words

In which languages is it a security hole to use user-supplied regular expression?

What is the name of a [foo, bar] = ["foo", "bar"] feature?

language-features

Is there an authorative programming language feature list? [closed]

R as a general purpose programming language [closed]

What advantages does Scala have over Java for concurrent programming?

What is an example of "this" assignment in C#?

c# language-features

Should inheritance (of non-interface types) be removed from programming languages?

C++: Adding and redefinition of default arguments in real world