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
Where are expressions and constants stored if not in memory?
Aug 28, 2022
c++
c
assembly
compilation
language-design
C# static member "inheritance" - why does this exist at all?
Oct 18, 2022
c#
inheritance
static
language-design
Why don't languages raise errors on integer overflow by default?
Aug 28, 2022
language-agnostic
integer
language-design
integer-overflow
C++ iterators considered harmful?
Aug 28, 2022
c++
iterator
language-design
Why doesn't Scala have static members inside a class?
Sep 25, 2022
class
scala
static
language-design
static-members
What is the point of make_heap?
Aug 28, 2022
c++
stl
language-design
OptionalInt vs Optional<Integer>
Aug 28, 2022
java
generics
java-8
language-design
Why does Python's itertools.permutations contain duplicates? (When the original list has duplicates)
Aug 28, 2022
python
algorithm
language-design
permutation
What is typestate?
Feb 02, 2020
rust
language-design
rust-obsolete
Why must I provide 'operator ==' when 'operator <=>' is enough?
Sep 11, 2022
c++
language-lawyer
c++20
language-design
spaceship-operator
Why are slice and range upper-bound exclusive?
Mar 01, 2019
python
language-design
slice
New language on top of PHP?
Aug 27, 2022
php
programming-languages
language-design
Why are slices in Python 3 still copies and not views?
Aug 27, 2022
python
python-3.x
language-design
slice
Lua operators, why isn't +=, -= and so on defined?
Aug 27, 2022
lua
language-design
assignment-operator
compound-assignment
James Gosling's explanation of why Java's byte is signed
Aug 27, 2022
java
types
language-design
byte
What is the difference between a class and a type in Scala (and Java)?
Aug 27, 2022
java
class
scala
types
language-design
Could a final variable be reassigned in catch, even if assignment is last operation in try?
Sep 14, 2022
java
try-catch
language-design
final
Why aren't C# static class extension methods supported?
Aug 27, 2022
c#
linq
language-design
What is the operator "" in C++?
Aug 27, 2022
c++
operators
language-design
Why can't C# member names be the same as the enclosing type name?
Sep 13, 2022
c#
language-design
« Newer Entries
Older Entries »