Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why can't namespaces be template parameters?

Elegant ways to return multiple values from a function

What would Clojure lose by switching away from leading parenthesis like Dylan, Julia and Seph?

When to use " " ( space ) and when to use . ( dot ) when invoking methods in Scala?

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