Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

C function call followed by a comma separator [duplicate]

c language-design

Region based memory management

Why did the language designers of C do type equivalance like this?

What characteristics make programmers conceive a language as beautiful?

Operator overloading

Yet Another "Use of unassigned local variable 'whatever' " question

Why isn't possible to have contravariant return types [duplicate]

Upcast a Box when returning in Rust [duplicate]

Why is it faster to call an abstract method than an interface method in .NET? [duplicate]

Wouldn't it be possible to use just dot (.) to access members of namespace and static members of a class [duplicate]

How resolving Kotlin functions/properties with the same name work?

kotlin language-design

Why properties are not declarables in interfaces

Why is modulus defined the way it is in programming languages

Assigning URIs to RDF Resources

In Perl, why does the `while(<HANDLE>) {...}` construct not localize `$_`?

Empty if-statements [duplicate]

java language-design

How to track newer C++ std documents of given topic?