Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why can't we create an instance of an abstract class?

Why does Java not have block-scoped variable declarations?

java syntax language-design

Pros and cons of Go rejecting unused dependencies

How could an idiomatic design of Serializable/Cloneable/... look like in Scala?

Why in CSS does '!' in have the opposite meaning to its use in C-based languages?

is javascript's `return` really a *keyword*?

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]