Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in language-design
Why do the const accessors of std::string return a reference?
Apr 29, 2026
c++
c++11
stl
language-design
stdstring
Why must the constexpr specifier be explicitly specified for functions? [duplicate]
Apr 27, 2026
c++
c++11
constexpr
language-design
Given C++23 relaxations on constexpr, can't constexpr be the default?
Apr 26, 2026
c++
constexpr
language-design
c++23
constexpr-function
Was the block comment designed to enable/disable blocks using a single character?
Apr 26, 2026
c++
c
syntax
comments
language-design
Is there inherent "cost of carry" of garbage thunks in Haskell?
Apr 25, 2026
haskell
garbage-collection
ghc
language-design
How-to: short-circuiting inverted ternary operator implemented in, e.g. C#? Does it matter?
Apr 22, 2026
c#
language-design
language-features
Accesing the .class object statically without using the class name, in java
Apr 21, 2026
java
static
programming-languages
language-design
Using same reference variable vs separate variables. Expense of reference variable in .Net
Apr 18, 2026
.net
reference
language-design
PHP: How are comments skipped?
Apr 09, 2026
php
language-design
comments
What syntax sugar or language features makes a language hard/tough to parse?
Apr 01, 2026
parsing
syntax
language-features
language-design
syntactic-sugar
Python History and Design: Why issubclass() instead of rich comparisons?
Mar 27, 2026
python
computer-science
language-design
language-history
Why do some collection classes have an "empty" instance method additionally to the class method?
Mar 22, 2026
scala
collections
methods
language-design
Why would you need unsigned types in Java?
Mar 21, 2026
java
language-design
Why there is no std::numbers::sqrtpi_v?
Mar 20, 2026
c++
numbers
c++20
language-design
Why do optional class attributes in VB.NET have a weird syntax?
Mar 17, 2026
.net
vb.net
attributes
language-design
Why can't non-nullable fields be initialized in a constructor body in Dart?
Mar 15, 2026
flutter
dart
language-design
dart-null-safety
Looking for Programming Language that allows you to change true and false
Mar 09, 2026
programming-languages
metaprogramming
language-design
language-features
in java, why do closured variables need to be declared final?
Mar 06, 2026
java
jvm
closures
language-design
Older Entries »