StackOverflow Questions for Tag: language-design

zjuhasz
zjuhasz

Reputation: 1549

Why wouldn't I make every eligable Kotlin class a data class?

Score: 11

Views: 1469

Answers: 2

Read More
Lukas Eder
Lukas Eder

Reputation: 221155

Why is "final" not allowed in Java 8 interface methods?

Score: 383

Views: 51750

Answers: 6

Read More
David Ly
David Ly

Reputation: 31606

Why do most programming languages only have binary equality comparison operators?

Score: 30

Views: 2263

Answers: 25

Read More
Paul Tarjan
Paul Tarjan

Reputation: 50652

Why doesn't a python dict.update() return the object?

Score: 209

Views: 107364

Answers: 12

Read More
n. m. could be an AI
n. m. could be an AI

Reputation: 120059

Pointer interconvertibility vs having the same address

Score: 34

Views: 2815

Answers: 4

Read More
Oliv
Oliv

Reputation: 18081

What is the rationale for limitations on pointer arithmetic or comparison?

Score: 29

Views: 2527

Answers: 7

Read More
Torsten Knodt
Torsten Knodt

Reputation: 766

Is there really not cross product in std::linalg and if yes why?

Score: 5

Views: 166

Answers: 1

Read More
stirner
stirner

Reputation: 11

Why ISO C++ forbid taking the address of a bound member function to form a pointer to member function?

Score: 0

Views: 154

Answers: 2

Read More
Jeremiah
Jeremiah

Reputation: 5514

Why can't variable names start with numbers?

Score: 169

Views: 124245

Answers: 25

Read More
Tomilov Anatoliy
Tomilov Anatoliy

Reputation: 16731

Why does std::optional not have a specialization for reference types?

Score: 67

Views: 61302

Answers: 6

Read More
zildjohn01
zildjohn01

Reputation: 11515

Boolean true - positive 1 or negative 1?

Score: 12

Views: 32652

Answers: 13

Read More
Anstro Pleuton
Anstro Pleuton

Reputation: 13

How can I implement Chained Comparison Operator support for my Programming Language?

Score: 1

Views: 131

Answers: 2

Read More
Nick Katsivelos
Nick Katsivelos

Reputation: 5168

What does void mean in C, C++, and C#?

Score: 186

Views: 440383

Answers: 10

Read More
nachime
nachime

Reputation: 1856

Why do local variables require initialization, but fields do not?

Score: 145

Views: 18864

Answers: 4

Read More
rishflab
rishflab

Reputation: 51

Why is the virtual keyword applied to methods instead of classes

Score: 0

Views: 168

Answers: 2

Read More
Sarfaraz Nawaz
Sarfaraz Nawaz

Reputation: 361692

What is the rationale for not having static constructor in C++?

Score: 32

Views: 9469

Answers: 6

Read More
xmllmx
xmllmx

Reputation: 42379

Why doesn't the C++ standard implicitly define a lambda capturing nothing as `static` by default?

Score: 13

Views: 416

Answers: 1

Read More
Stefano Borini
Stefano Borini

Reputation: 143905

"Least Astonishment" and the Mutable Default Argument

Score: 3481

Views: 282532

Answers: 34

Read More
fearofawhackplanet
fearofawhackplanet

Reputation: 53446

C# error when class shares name with namespace

Score: 16

Views: 10980

Answers: 1

Read More
Alex K
Alex K

Reputation: 11215

Why do C programs keep saying 'struct' every time they refer to one?

Score: 7

Views: 2610

Answers: 5

Read More
PreviousPage 1Next