Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why does the local variable of an enhanced for loop have to be local? [duplicate]

Closures in Scala vs Closures in Java

What exactly is or was the purpose of C++ function-style casts?

c++ casting language-design

Why does a collection initializer expression require IEnumerable to be implemented?

c# syntax language-design

Why can't an interface implementation return a more specific type?

In C/C++ why does the do while(expression); need a semi colon?

c++ c language-design

Datatype promotion for dependently challenged

PEG for Python style indentation

Read/Write Python Closures

Why does the implicit copy constructor calls the base class copy constructor and the defined copy constructor doesn't?

Why no stored type properties for classes in swift?

language-design swift

Whatever happened to the 'entry' keyword?

c language-design

Why is The Iteration Variable in a C# foreach statement read-only?

c# language-design

Why are default arguments evaluated at definition time?

Why does C++ need the scope resolution operator?

What is the purpose of null?

In C#, why is "int" an alias for System.Int32?

c# types language-design alias

Why does C++ mandate that complex only be instantiated for float, double, or long double?

does a disaster proof language exist?

Why are most string manipulations in Java based on regexp?