Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why isn't operator overloading for pointers allowed to work?

What are the rules for named arguments and why?

c# syntax language-design

Why does/did C allow implicit function and typeless variable declarations?

What is the purpose of case sensitivity in languages? [duplicate]

Why value-types are stored onto Stacks?

c# clr language-design

Why are empty expressions legal in C/C++?

c++ c language-design

Why is it useful to access static members "through" inherited types?

Switch Without Case

Why does the YAML spec mandate a space after the colon?

yaml language-design

How to pass in an empty generator parameter?

Why is T() = T() allowed?

How is the Python grammar used internally?

Why do C# and Java bother with the "new" operator?

Are there any static duck-typed languages?

Why does Ruby's 'gets' includes the closing newline?

When auto is used against array, why it's converted to pointer and not reference?

What is the point of having $this and self:: in PHP?

php language-design

Why doesn't Kotlin support unsigned integers?

Could C++ have not obviated the pimpl idiom?

Why must C/C++ string literal declarations be single-line?