Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

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?

Java static imports

Why is System.Net.Http.HttpMethod a class, not an enum?

c# language-design

Why HttpRequest.HttpMethod is string instead of Enum?

java .net language-design

Applying "is" operator to method group: why compiler allows it? [duplicate]

Syntax for universal references

C++: rationale behind hiding rule

Why doesn't C# support const on a class / method level?

What does Eric Lippert mean by "you need to know what the base class is to determine what the base class is"?

c# language-design