Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why is there no string interpolation in Scala?

Why do raw types in one place cause generic callsites somewhere else to be treated as raw?

Languages and VMs: Features that are hard to optimize and why

Why built-in types in C# are language keywords?

c# language-design keyword

Why does scala.Serializable not specify any methods?

Why does erasure complicate implementing function types?

What is a cofunction and how would it work in Python?

C#, weird optimization

Implicit conversion from char to single character string

Why are modules explicitly named in files?

PHP default argument function call

Polymorphism by function parameter

What is the motivation of retrieving the length of an array using a public instance variable, instead of calling a method? [duplicate]

java arrays language-design

Why is a Boolean expression (with side effects) not enough as a statement?

F# parsing Abstract Syntax Trees

Why does Java use -D to indicate system properties?

Exception handling and coercion

Why Julia is not indentation-based like Python?

Interface/Superclass for Collections/Containers in c++