Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

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?

Why would you need unsigned types in Java?

java language-design

Why there is no std::numbers::sqrtpi_v?

Why do optional class attributes in VB.NET have a weird syntax?

Why can't non-nullable fields be initialized in a constructor body in Dart?

Looking for Programming Language that allows you to change true and false

in java, why do closured variables need to be declared final?