Search code examples
Does any programming language support defining constraints on primitive data types?...


language-agnosticprogramming-languageslanguage-design

Read More
Why do we have to name interface method parameters?...


c#interfaceparameterslanguage-design

Read More
Purpose of "let expression" (LetExpr) in the Java compiler?...


javacompiler-constructionlanguage-designlet

Read More
Why is T() = T() allowed?...


c++operator-overloadinglanguage-designrvaluetemporary-objects

Read More
Why does erasure complicate implementing function types?...


javagenericslanguage-designtype-erasure

Read More
VB.NET Linebreak Changes...


vb.netlanguage-design

Read More
Seeing under the hood of Ruby?...


rubyprogramming-languageslanguage-designinterpreter

Read More
The advantages of having static function like len(), max(), and min() over inherited method calls...


pythonlanguage-design

Read More
What characteristics make programmers conceive a language as beautiful?...


programming-languageslanguage-design

Read More
Are there any more elegant ways of handling lists in Java ? (Python VS Java)...


javapythonlistoperatorslanguage-design

Read More
Which property of Scala's type-system make it Turing-complete?...


scalatypeslanguage-designtype-systemsturing-complete

Read More
What is a good way of working with variables in 8 bit blocks?...


c++ccompiler-constructionprogramming-languageslanguage-design

Read More
Why is 'super' a keyword rather than a method in Ruby?...


rubylanguage-designsuper

Read More
Understanding traits in Kotlin...


ooplanguage-agnosticlanguage-designtraitskotlin

Read More
Finding language designers and programmers...


language-designcompiler-theory

Read More
How would you go about writing a simple programming language?...


compiler-constructionlanguage-design

Read More
Consequences of inability to add natural numbers in C...


haskelltypeslanguage-designturing-complete

Read More
PODs and VPtr Design in C++ Compilers...


c++compiler-constructionlanguage-designvtable

Read More
Using same reference variable vs separate variables. Expense of reference variable in .Net...


.netreferencelanguage-design

Read More
Parameterless constructor for serialisation in combination with constructor who has default paramete...


c#reflectionconstructorxml-serializationlanguage-design

Read More
Most interesting non-mainstream language?...


programming-languageslanguage-design

Read More
What does the C++ output of the HipHop PHP compiler look like?...


phpperformanceprogramming-languagesbuildlanguage-design

Read More
Why HttpRequest.HttpMethod is string instead of Enum?...


java.netlanguage-design

Read More
Why is there not special handling for CASE WHEN NULL in SQL?...


sqlnulllanguage-design

Read More
Why did Scala's library double its size between 2.7 and 2.8?...


scalaprogramming-languageslanguage-design

Read More
Why do C programs keep saying 'struct' every time they refer to one?...


ccompiler-constructionlanguage-design

Read More
Could operator overloading have worked without references?...


c++operator-overloadingreferencehistorylanguage-design

Read More
Foreach can throw an InvalidCastException?...


c#foreachlanguage-design

Read More
Modern language support += but not &&=...


operatorslanguage-designshortcut

Read More
When designing an OO language, should I avoid write-only properties?...


ooppropertieslanguage-designwriteonly

Read More
BackNext