Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Mathematica: Unevaluated vs Defer vs Hold vs HoldForm vs HoldAllComplete vs etc etc

How do multimethods solve the namespace issue?

Why do the older C language specs require function-local variables to be declared up-front?

Is it possible to create a quine in every turing-complete language?

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?