Search code examples
Region based memory management...


memory-managementlanguage-design

Read More
What is F# lacking for OO or imperative?...


c#oopf#user-interfacelanguage-design

Read More
Would JavaScript fare any better had it been multithreaded...


javascriptmultithreadinglanguage-featureslanguage-design

Read More
Polymorphism over argument values (not types)?...


language-agnosticprogramming-languagespolymorphismlanguage-design

Read More
How to parse a query(string) in php...


phpparsinglanguage-designparser-generator

Read More
What is the practical use for laziness as a built-in language feature?...


programming-languagesfunctional-programminglanguage-designlazy-evaluation

Read More
Is it possible to determine what properties a class has programmatically?...


objective-cruntimelanguage-designintrospection

Read More
What are the ramifications of right-to-left and left-to-right associativity in C based languages?...


csyntaxoperatorslanguage-designoperator-precedence

Read More
Why are all of the base immutable collections final or sealed in scala?...


scalalanguage-design

Read More
Why is a ref parameter type different to the regular type?...


c#.netreflectionlanguage-designpass-by-reference

Read More
Are there technical limitations that prevent built-ins from having static members?...


c++language-design

Read More
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
BackNext