Search code examples
Why are private fields private to the type, not the instance?...

c#ooplanguage-designlanguage-featuresprivate-members

Read More
Why are there two assignment operators, `<-` and `->` in R?...

rlanguage-designs

Read More
How resolving Kotlin functions/properties with the same name work?...

kotlinlanguage-design

Read More
Is Java's lack of unsigned primitive types a characteristic of Java the platform or Java the lan...

javatypeslanguage-designunsigned

Read More
Bitwise operator predence...

language-designbitwise-operatorsoperator-precedence

Read More
Why is Multiple Inheritance not allowed in Java or C#?...

c#javalanguage-designmultiple-inheritance

Read More
Groovy star import and usage of "partial" packages...

groovylanguage-design

Read More
What is the point of make_heap?...

c++stllanguage-design

Read More
Why was the switch statement designed to need a break?...

clanguage-design

Read More
Purpose of "in" parameters in C#...

c#language-designc#-7.2

Read More
Compiler error depending on parameter position in method signature. Use of unassigned local variable...

c#compiler-errorslanguage-designcompiler-construction

Read More
How is the CUDA<<<...>>>() kernel launch syntax implemented...

cudalanguage-design

Read More
Should virtual be default or final be default?...

ooplanguage-design

Read More
What is the intention of ODR?...

c++language-designlinkageone-definition-rule

Read More
Why is JavaScript UpdateExpression syntax so defined?...

javascriptsyntaxlanguage-design

Read More
Why is the 'char' primitive in java necessary?...

javatypescharlanguage-design

Read More
Programming language without integer type...

language-design

Read More
Are there programming languages that directly translate into another?...

language-design

Read More
Why is the .equals() method not overriden for arrays of primitives in Java?...

javaarraysequalslanguage-design

Read More
Why is there no ^^ operator in C/C++?...

c++coperatorslanguage-designxor

Read More
Why does keyword struct in C++ differ from keyword struct in C?...

c++language-design

Read More
Is a container sure to be a range conceptually?...

c++standardslanguage-designrange-v3c++-experimental

Read More
C++ Why does the automatic re-application of the arrow (->) operator not apply to pointer-to-poin...

c++language-design

Read More
Why Python language does not have a writeln() method?...

pythonsyntaxhistorylanguage-design

Read More
Mutable or immutable closures...

language-designclosuresimmutabilitymutable

Read More
Why does C# allow {} code blocks without a preceding statement?...

c#syntaxlanguage-design

Read More
Compiler error - "use of unassigned local variable". what can go wrong?...

c#language-designlocal-variables

Read More
Why do the older C language specs require function-local variables to be declared up-front?...

ccompiler-constructionlanguage-design

Read More
What it means - "IronPython is an implementation of the Python programming language"...

c#pythonironpythonlanguage-designdynamic-language-runtime

Read More
How do languages without header files export symbols from a closed-source library to clients?...

programming-languageslanguage-designforward-declaration

Read More
BackNext