Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Language design (Exceptions): Why `try`? [closed]

Why does main() require braces?

Are there technical limitations that prevent built-ins from having static members?

c++ language-design

Add property ad-hoc to object in Python [duplicate]

Why differentiate, at a syntactic level, between interface and abstract class?

What is the rationale to disallow type traits in type-constraints in addition to concepts?

What is the purpose of <: :>? [duplicate]

Why do the const accessors of std::string return a reference?

Why must the constexpr specifier be explicitly specified for functions? [duplicate]

Given C++23 relaxations on constexpr, can't constexpr be the default?

Was the block comment designed to enable/disable blocks using a single character?

Is there inherent "cost of carry" of garbage thunks in Haskell?

How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?

Accesing the .class object statically without using the class name, in java

Using same reference variable vs separate variables. Expense of reference variable in .Net

PHP: How are comments skipped?

What syntax sugar or language features makes a language hard/tough to parse?

Python History and Design: Why issubclass() instead of rich comparisons?

Why do some collection classes have an "empty" instance method additionally to the class method?