Search code examples
Case Statement Block Level Declaration Space in C#...


c#switch-statementlanguage-design

Read More
Why doesn't Java allow generic subclasses of Throwable?...


javagenericsexceptionlanguage-design

Read More
Why Common Lisp evaluates a symbol to itself without the quote?...


common-lispracketsymbolslanguage-designevaluation

Read More
What does DIM stand for in Visual Basic and BASIC?...


vb6language-designbasic

Read More
Why doesn't Kotlin support unsigned integers?...


typeskotlinlanguage-designunsigned-integer

Read More
Is operator->() guaranteed to be available for a standard C++ container's iterator?...


c++iteratorstandardslanguage-design

Read More
Why does Java not allow foreach on iterators (only on iterables)?...


javasyntaxiteratorlanguage-designiterable

Read More
Why does C# not allow generic properties?...


c#genericspropertieslanguage-designlanguage-specifications

Read More
Treating single and multiple elements the same way ("transparent" map operator)...


collectionsfunctional-programmingprogramming-languagesfunctorlanguage-design

Read More
C# readonly vs Java final...


c#.netclrlanguage-designreadonly

Read More
Antlr4: Skip line when it start with * unless the second char is...


antlr4language-design

Read More
Python list() function update to accept a non-iterable?...


pythonlanguage-design

Read More
Are preprocessors obsolete in modern languages?...


language-agnosticpreprocessorlanguage-design

Read More
How do you iterate a for loop with multiplication or division? [Kotlin]...


for-loopkotlinwhile-loopiteratorlanguage-design

Read More
Why was IEnumerable<T> made covariant in C# 4?...


c#genericsienumerablelanguage-designcovariance

Read More
Why is adding null to a string legal?...


c#language-design

Read More
Calling Java varargs method with single null argument?...


nulllanguage-designjavavariadic-functions

Read More
Custom programming language: how?...


parsingcompiler-constructionlanguage-designvm-implementationmud

Read More
Unicode strings in process memory...


x86language-designlanguage-implementation

Read More
Python Virtual Machine architecture diagrams/references...


pythonarchitecturelanguage-designvm-implementation

Read More
Why does c++ pointer * associate to the variable declared, not the type?...


c++pointerslanguage-designdeclaration

Read More
Are design patterns really language weaknesses?...


design-patternshistorylanguage-design

Read More
Complexity of Java 7's current Lambda proposal? (August 2010)...


javaextension-methodslanguage-designclosuresjava-7

Read More
What are Haskell's strictness points?...


haskelllanguage-designlazy-evaluationstrictness

Read More
Why is Clojure dynamically typed?...


dynamicfunctional-programmingclojurelanguage-designparadigms

Read More
Different behavior of -> (right-arrow) and <- (left arrow) on a for loop...


rlanguage-design

Read More
Why value-types are stored onto Stacks?...


c#clrlanguage-design

Read More
Why kotlin introduced "global notation" `listOf()` instead of static factory `List.of()` f...


kotlinlanguage-design

Read More
Are there any plans for Java to add implicit Getters and Setters?...


javagetter-setterlanguage-design

Read More
Why can identifiers in SQL be referenced before assignment?...


sqllanguage-design

Read More
BackNext