Search code examples
languages that always had triple equals...


javascriptrubylanguage-design

Read More
What's the rationale behind C's <stdlib.h> as opposed to including these functions by ...


cprogramming-languageslanguage-design

Read More
Operator '??' cannot be applied to operands of type for child classes...


c#castinglanguage-design

Read More
why there are class variables in ruby?...


rubylanguage-designclass-variables

Read More
Fixed Object Id for System Objects and Small Integers in Ruby...


rubyprogramming-languageslanguage-designlanguage-features

Read More
What would we do without NULL?...


language-agnosticnulllanguage-designnon-nullable

Read More
Does it make sense to "waste" 8 bytes per String instance for offset/count?...


javastringperformancememory-managementlanguage-design

Read More
Parsing math rules (with some perks) the same way Soulver (a Mac App) does...


parsinglanguage-design

Read More
Java and .NET: Why different sorting algorithms are used by default?...


java.netalgorithmsortinglanguage-design

Read More
Which language idioms/paradigms/features make it hard to add support for "type providers"?...


c#databasef#clrlanguage-design

Read More
Are C#'s attributes better designed than Java's annotations?...


c#javaattributesannotationslanguage-design

Read More
Would it be possible to have "method/field" literals comparable to the class literals in J...


javaclassscalareflectionlanguage-design

Read More
General C# question...


c#exceptionlanguage-design

Read More
What's a Good Way to Test that Identifiers aren't Being Truncated and Thereby Mixed Up?...


c++unit-testinglanguage-designcompiler-construction

Read More
Good language to implement for senior project?...


language-designcompiler-construction

Read More
Formal treatment of RAII and/or safe deallocations in C++...


memory-managementcomputer-sciencelanguage-designraii

Read More
R: assigning tests to functions programmatically...


rlanguage-design

Read More
Does handling recursion need special treatment when designing a compiler?...


compiler-constructionrecursionstacklanguage-designlanguage-implementation

Read More
Parser for user defined infix operators...


parsinglanguage-designcompiler-construction

Read More
Handling escape characters on custom language...


c#language-design

Read More
Is it possible to create C# language modifications as did LINQ?...


c#linqcompiler-constructionlanguage-design

Read More
What's the use case of secondary constructors in abstract classes?...


scalaconstructorabstract-classlanguage-design

Read More
Yet Another "Use of unassigned local variable 'whatever' " question...


c#compiler-errorslanguage-design

Read More
Which syntax options/language features did Scala remove over time (and why)?...


scalaprogramming-languagessyntaxlanguage-designlanguage-features

Read More
Why does the constness of a reference affect whether it can be initialized with a variable of a diff...


c++referencelanguage-design

Read More
Why must C# extension methods be defined in static classes?...


c#staticextension-methodslanguage-design

Read More
What are the benefits of types being first-class objects?...


language-agnostictypeslanguage-designabstractionfirst-class

Read More
Why does this string initialization in an if statement prevent me from printing?...


c#syntaxlanguage-designif-statement

Read More
Why do object literals in javascript save unnecessary DOM references?...


javascriptoptimizationlanguage-design

Read More
Why do some variables being uninitialized cause an error, while others cause a warning?...


rubylanguage-design

Read More
BackNext