Search code examples
Why does C++ not allow inherited friendship?...

c++inheritancelanguage-designfriend

Read More
await without declaring function as async...

asynchronousdartlanguage-design

Read More
Implementing a dynamic typed language with LLVM IR...

c++ccompiler-constructionllvmlanguage-design

Read More
Why is it Possible in C/C++ to Include a Header Multiple Times?...

c++clanguage-designinclude-guards

Read More
Anonymous function conceptual understanding...

haskelllambdalanguage-design

Read More
How to bring an interpreter to the IO monad?...

haskellinterpreterlanguage-design

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

ctypesx86language-designlow-level

Read More
Why does the implicit copy constructor calls the base class copy constructor and the defined copy co...

c++language-designcopy-constructor

Read More
How much existing C++ code would break if void was actually defined as `struct void {};`...

c++language-lawyervoidlanguage-designgeneric-programming

Read More
What is the reason that the designers of Rust chose the symbols !/&&/|| instead of the words...

rustlanguage-design

Read More
Do any languages implement retained generics on functions passed as parameters?...

genericstypesfunctional-programmingf#language-design

Read More
How to track newer C++ std documents of given topic?...

c++c++11standardslanguage-design

Read More
Why can't Java constructors be synchronized?...

javaconstructorlanguage-designsynchronized

Read More
Recognize multiple line comments within a single line with ANTLR4...

parsingantlrlanguage-designantlr4lexer

Read More
Has the C# spec (team? committee?) ever considered this object creation syntax?...

c#syntaxlanguage-designlanguage-specifications

Read More
C# Language Design: method group inside `is` operator...

c#language-designmethod-group

Read More
What is the technical term for two functions with the same signature and same behavior, but differen...

computer-scienceterminologylanguage-design

Read More
Why aren't variables declared in "try" in scope in "catch" or "finally&...

c#javaexceptionscopelanguage-design

Read More
How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?...

c#language-designlanguage-features

Read More
What is the Kotlin philosophy of test doubles?...

unit-testingkotlinlanguage-designtest-double

Read More
What's the point of unary plus operator in Ruby?...

rubylanguage-designunary-operator

Read More
Why can't Regular Expressions use keywords instead of characters?...

regexlanguage-design

Read More
What is a case where `thenApply()` vs. `thenCompose()` is ambiguous despite the return type of the l...

javalambdalanguage-designcompletable-future

Read More
Why aren't "and" and "or" operators in Python?...

pythonoperatorslanguage-designbooleankeyword

Read More
Why don't python dict keys/values quack like a duck?...

pythonlanguage-design

Read More
Why doesn't Scala have static members inside a class?...

classscalastaticlanguage-designstatic-members

Read More
Why were Logical Operators created?...

programming-languageslogical-operatorslanguage-design

Read More
Could using yield as a contextual keyword ever cause an issue...

c#language-designbackwards-compatibilityyield-return

Read More
Implicit conversion from char to single character string...

c#.netimplicit-conversionlanguage-design

Read More
Why are private fields private to the type, not the instance?...

c#ooplanguage-designlanguage-featuresprivate-members

Read More
BackNext