Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why can't your switch statement data type be long, Java?

Why does Java have an "unreachable statement" compiler error?

Why does C# allow {} code blocks without a preceding statement?

c# syntax language-design

Why is there no base class in C++?

c++ language-design

Why function template cannot be partially specialized?

Why must the last part of an Objective-C method name take an argument (when there is more than one part)?

Does any other language other than JavaScript have a difference between brace start locations (same line and next line)?

What are Haskell's strictness points?

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?