Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What is the overall design philosophy of php? [closed]

How is Dart "sound null-safety" different from Kotlin null safety?

Matching a virtual machine design with its primary programming language

What's wrong with type classes?

Overcoming needle haystack confusion in PHP

php language-design

What's the reason high-level languages like C#/Java mask the bit shift count operand?

Why does Ruby use its own syntax for safe navigation operator?

Why does the compiler require `delete [] p` versus `delete p[]`?

Why doesn't Haskell have symbols (a la ruby) / atoms (a la erlang)?

Why is this legal in C?

c language-design

Why is there no ^^ operator in C/C++?

Why is __new__ a staticmethod and not a classmethod? [duplicate]

Why isn't operator overloading for pointers allowed to work?

What are the rules for named arguments and why?

c# syntax language-design

Why does/did C allow implicit function and typeless variable declarations?

What is the purpose of case sensitivity in languages? [duplicate]

Why value-types are stored onto Stacks?

c# clr language-design

Why are empty expressions legal in C/C++?

c++ c language-design

Why is it useful to access static members "through" inherited types?

Switch Without Case