Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Which classes cannot be subclassed?

what does a php function return by default?

Why can't you have multiple interfaces in a bounded wildcard generic?

Why are references not reseatable in C++

What's the difference between __builtin__ and __builtins__?

Why does Java not allow foreach on iterators (only on iterables)? [duplicate]

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?