Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

The missing folds

What features is lisp lacking? [closed]

lisp language-features

Scala puts precedence on implicit conversion over "natural" operations... Why? Is this a bug? Or am I doing something wrong?

Now that Python 2.6 is out, what modules currently in the language should every programmer know about?

How to define a ternary operator in Scala which preserves leading tokens?

Why static Structures are not allowed in C#? [duplicate]

c# static language-features

Handling the data in an IN clause, with SQL parameters?

Python descriptor protocol analog in other languages?

When will the Javascript "for...of" loop be implemented in Chrome Chrome? [closed]

Catch access to undefined property in JavaScript [duplicate]

Why does JS desctructuring assignment work with numbers

Call/Return feature of classic C++(C with Classes), what modern languages have it?

How does the C++ runtime determine the type of a thrown exception?

Are strings created with + concatenation stored in the string pool?

Are move semantics incomplete?

Confused by Boxing. Casting -1 to Int64 throws InvalidCastException

var: a Type or a keyword

c# language-features

Problem with loop optimization or closure of lambda?

What is the most dangerous feature of C++? [closed]

c++ language-features

Are interfaces redundant with multiple inheritance?