Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why are there no sorted containers in Python's standard libraries?

Why design a language with unique anonymous types?

c++ types rust language-design

Can't set attributes on instance of "object" class

Would replacing ' :: ' with ' . ' create ambiguities in C++?

c++ language-design

Factors in R: more than an annoyance?

Why does C++ not allow inherited friendship?

Why do we need break after case statements?

implementing type inference

Zero-based month numbering [closed]

PHP global in functions

php language-design

Calling Java varargs method with single null argument?

Does R have an assert statement as in python?

Why are const parameters not allowed in C#?

Why is Multiple Inheritance not allowed in Java or C#?

Why are C# 3.0 object initializer constructor parentheses optional?

Why does C# disallow readonly local variables? [closed]

Conventions for exceptions or error codes [closed]

Why doesn't String switch statement support a null case?

Why doesn't Ruby support i++ or i--​ (increment/decrement operators)?

Why are C++ inline functions in the header?