Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

How would you go about implementing off-side rule?

When can typeid return different type_info instances for same type?

On ruby, why include is private and extend is public?

Any BNF IDE with test features

Is it possible to create C# language modifications as did LINQ?

Which syntax options/language features did Scala remove over time (and why)? [closed]

Why can't I create an array of a generic type?

Why does `ScalaObject` exist?

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

Javascript: why Object.keys(someobject), rather than someobject.keys?

What are the advantages and disadvantages of separating declaration and definition as in C++?

Is there a C++ styled language without C trappings?

c++ language-design

Why do a lot of languages lack a logical XOR operator?

Why don't popular programming languages use some other character to delimit strings? [closed]

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?