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
In an interpreter, what (usually) comes after the lexer?
Oct 29, 2025
design-patterns
language-design
interpreter
Why is extern required for variables but not functions?
Oct 30, 2025
c
extern
language-design
Why does C++ not allow a parameter to be a default argument? [duplicate]
Oct 28, 2025
c++
c++11
standards
language-design
default-parameters
Functional programming and equation solvers
Oct 26, 2025
functional-programming
language-design
interpreter
Why were charN_t designed as built-in types, but std::byte was not?
Oct 25, 2025
c++
standards
language-design
built-in-types
std-byte
Why is the KeyEqual of std::unordered_map not used by its operator==?
Oct 22, 2025
c++
stl
unordered-map
language-design
Why can I access the base class aliased types from the derived class?
Oct 21, 2025
c++
templates
language-design
What are the advantages of returning -1 instead of null in indexOf(...)?
Oct 20, 2025
kotlin
language-design
Why is there no empty char literal?
Oct 19, 2025
c#
char
language-design
Why is JavaScript UpdateExpression syntax so defined?
Oct 18, 2025
javascript
syntax
language-design
Why doesn't std::array's operator[] retain the value category of the array?
Oct 18, 2025
c++
language-design
stdarray
Why pointer (*) and array ([]) symbols are bound to variable name and not to type in variable declaration?
Oct 18, 2025
c
arrays
pointers
declaration
language-design
Why aren't traits Sized by default?
Oct 13, 2025
rust
traits
language-design
Different behavior of -> (right-arrow) and <- (left arrow) on a for loop
Sep 21, 2025
r
language-design
Why does Python have `reversed`?
Sep 16, 2025
python
language-design
Why doesn't Java have automatic properties like C#? [closed]
Sep 15, 2025
c#
java
history
language-design
automatic-properties
Is it possible to make zero-allocation coroutine runtime in C++?
Sep 15, 2025
c++
asynchronous
c++20
language-design
c++-coroutine
Unreachable code: error or warning? [closed]
Sep 11, 2025
compiler-construction
language-agnostic
language-design
Older Entries »