Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

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

Who invented the throw/try/catch[/finally] kind of error handling?

Should I use new Haskell language extensions in favour of the old ones?

Fixed Object Id for System Objects and Small Integers in Ruby

c# switch statement more limited than vb.net 'case' [closed]

Why are Nested Comments forbidden?

When to use an object or an array in javascript? [duplicate]