Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why is there no 'forall' in std.parallel?

Why do we use explicit data types? (from a low level point of view)

Why use trait bounds in struct definitions with generic type parameters?

What's the benefit of the trailing apostrophe in character literals

Why the static methods values() and valueOf() in Enum are added by the compiler and not explicitly declared in the Enum class?

java enums language-design

'Missing'(?) feature in programming languages? [duplicate]

Efficient implementation of multiple return values?

User-defined conversion operator to inaccessible base class

c++ language-design

Faulty behavior in Java in conditional expression

Why does F# fail to support extending system type with its type abbreviation?

What is the best way to implement templates in a programming language? [closed]

templates language-design

Why is there no Disjoint Set (Union Find Algorithm) implemented in most mainstream programming languages' standard library?

Why can some operators like '::', '.', '?:' not be overloaded in C++?

Why is initialization of inline/non-inline variables indeterminately sequenced?

Will Hack language support function-overloading polymorphism?

Is there a typical use case that must use `is_detected_v`?