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
What is the best way to implement templates in a programming language? [closed]
Jul 28, 2026
templates
language-design
Why is there no Disjoint Set (Union Find Algorithm) implemented in most mainstream programming languages' standard library?
Jul 29, 2026
programming-languages
language-design
standard-library
Why can some operators like '::', '.', '?:' not be overloaded in C++?
Jul 24, 2026
c++
operator-overloading
language-design
Why is initialization of inline/non-inline variables indeterminately sequenced?
Jul 24, 2026
c++
language-design
initialization-order
inline-variable
Will Hack language support function-overloading polymorphism?
Jul 15, 2026
polymorphism
language-design
language-features
hacklang
Is there a typical use case that must use `is_detected_v`?
Jul 12, 2026
c++
standards
language-design
c++17
type-traits
Could iostream inserters and extractors be class members instead of global overloads?
Jul 10, 2026
c++
operator-overloading
language-design
iostream
associativity
Cleaner property declaration
Jul 09, 2026
c#
language-design
syntactic-sugar
Class instance as static attribute
Jul 08, 2026
python
class
python-3.x
static-methods
language-design
Rationale why is macro redefinition without undef leads to ill-formed program
Jun 30, 2026
c++
c-preprocessor
language-design
Why can't most defaulted operators have a placeholder return type, i.e. auto?
Jun 30, 2026
c++
language-design
return-type-deduction
defaulted-functions
c++26
How are variable names useful in a declaration in an interface?
Jun 29, 2026
java
oop
interface
programming-languages
language-design
Why does Python `**` use for exponentiation instead of the `^` operator? [duplicate]
Jun 26, 2026
python
bitwise-operators
language-design
exponentiation
Can someone give an explanation on Lua's Interpreter and why is it so fast?
Jun 24, 2026
lua
interpreter
language-design
What can ref do that references couldn't?
Jun 20, 2026
rust
pattern-matching
language-design
Why do we need the concept keyword in C++20?
Jun 13, 2026
c++
c++20
language-design
c++-concepts
Why did programming languages originally use "&&" instead of "and"? [closed]
Jun 10, 2026
history
language-design
Older Entries »