Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

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

Why can't namespaces be template parameters?

Elegant ways to return multiple values from a function

What would Clojure lose by switching away from leading parenthesis like Dylan, Julia and Seph?

When to use " " ( space ) and when to use . ( dot ) when invoking methods in Scala?

C# Language Design: method group inside `is` operator

Are there good reasons for 'private' to work the way it does in Ruby?

How can you extend Java to introduce passing by reference?

Why does C# not allow generic properties?

Are there languages without "null"?

Java generic methods in generics classes

Suggestions on syntax to express mathematical formula concisely