Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why not call nullptr NULL?

c++ c++11 language-design

Purpose of "let expression" (LetExpr) in the Java compiler?

Why does Ruby have TrueClass and FalseClass instead of a single Boolean class?

ruby language-design

Why can't I inherit from int in C++?

Why is there no sub-class visibility modifier in Java?

What are C macros useful for?

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?