Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

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`?

Could iostream inserters and extractors be class members instead of global overloads?

Cleaner property declaration

Class instance as static attribute

Rationale why is macro redefinition without undef leads to ill-formed program

Why can't most defaulted operators have a placeholder return type, i.e. auto?

How are variable names useful in a declaration in an interface?

Why does Python `**` use for exponentiation instead of the `^` operator? [duplicate]

Can someone give an explanation on Lua's Interpreter and why is it so fast?

What can ref do that references couldn't?

Why do we need the concept keyword in C++20?

Why did programming languages originally use "&&" instead of "and"? [closed]

history language-design