Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

C# Language Design: method group inside `is` operator

Are there good reasons for 'private' to work the way it does in Ruby?

How can you extend Java to introduce passing by reference?

Why does C# not allow generic properties?

Are there languages without "null"?

Java generic methods in generics classes

Suggestions on syntax to express mathematical formula concisely

What is the rationale for not having static constructor in C++?

Where are the readonly/const in .NET?

Why do most programming languages only have binary equality comparison operators?

How is a reference different from a pointer in implementation? [duplicate]

Why are regular expressions greedy by default?

Why does !new Boolean(false) equals false in JavaScript?

Advantages of Java's enum over the old "Typesafe Enum" pattern?

Scala's .type and Java's .class literal

What makes PHP slower than Java or C#?

php language-design

Mathematica: Unevaluated vs Defer vs Hold vs HoldForm vs HoldAllComplete vs etc etc

How do multimethods solve the namespace issue?

Why do the older C language specs require function-local variables to be declared up-front?

Is it possible to create a quine in every turing-complete language?