Search code examples
BASIC, how lines were stored in memory?...


language-designbasic

Read More
why c/c++ allows omission of leftmost index of a multidimensional array in a function call?...


c++ccompiler-constructionlanguage-design

Read More
Why aren't SAS Macro Variables Local-Scope by Default?...


scopesaslanguage-designdynamic-scope

Read More
What is the difference between "new Number(...)" and "Number(...)" in JavaScript...


javascriptlanguage-featureslanguage-design

Read More
C++ iterators considered harmful?...


c++iteratorlanguage-design

Read More
What are the rules for named arguments and why?...


c#syntaxlanguage-design

Read More
Why there is no constructor-with-parameters constrain on generic parameters in C#?...


c#language-design

Read More
Why don't programming languages use simplified boolean expressions?...


logicprogramming-languageslanguage-design

Read More
Implicit chain constructor in .NET...


c#.netconstructorlanguage-designroslyn

Read More
Why was the statement (j++); forbidden?...


c#syntaxexpressionlanguage-designparentheses

Read More
Why does None lack a docstring?...


pythondocumentationlanguage-design

Read More
Why isn't __new__ in Python new-style classes a class method?...


pythonnew-operatorlanguage-designnew-style-class

Read More
Why C# won't allow field initializer with non-static fields?...


c#language-design

Read More
Joining Lists and Splitting Strings...


pythonooplanguage-design

Read More
Why does Ruby use its own syntax for safe navigation operator?...


rubysyntaxlanguage-designsafe-navigation-operator

Read More
How is Ruby's throw-catch implemented?...


rubycompiler-constructionlisplanguage-designthrow

Read More
What language features can't be defined in terms of lambda?...


lambdafunctional-programminglanguage-designlanguage-features

Read More
Why no stored type properties for classes in swift?...


language-designswift

Read More
What's the reason high-level languages like C#/Java mask the bit shift count operand?...


javac#bit-manipulationlanguage-designbit-shift

Read More
C function call followed by a comma separator...


clanguage-design

Read More
How to avoid leaking the loop index into namespace for python 2.x?...


pythonpython-2.7language-designpython-2.x

Read More
Why does the compiler require `delete [] p` versus `delete p[]`?...


c++language-designdynamic-memory-allocationdelete-operator

Read More
History of trailing comma in programming language grammars...


syntaxlanguage-agnosticgrammarlanguage-design

Read More
Scala implicit class restriction...


scalalanguage-design

Read More
What does Eric Lippert mean by "you need to know what the base class is to determine what the b...


c#language-design

Read More
What is the reason behind the following C char array storage implementation?...


clanguage-design

Read More
Why do one liner functions require braces?...


clanguage-design

Read More
c# switch statement more limited than vb.net 'case'...


c#vb.netlanguage-designlanguage-features

Read More
Language Design issues with including libraries...


c++compiler-constructionlanguage-designcode-translation

Read More
Compiler Type Promotion of Right Hand Side expressions automatically in an Assignment Statement...


language-designcompiler-constructiontype-promotioncompiler-development

Read More
BackNext