Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

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]

Which programming language allows to update any class on-the-fly?

string.Format() parameters

c# language-features

Calling methods inside if() - C#

Is there an eval function In C#?

c# eval language-features

What is the overall design philosophy of php? [closed]

If monkey patching is permitted in both Ruby and Python, why is it more controversial in Ruby?

Is the order of fields in a javascript object predictable when looping through them?