Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What is the rationale in allowing `?` to be escaped?

What is the difference between Mirror based reflection and traditional reflection?

What's the use case of secondary constructors in abstract classes?

Is C# platform neutral?

c# language-design

Which guarantees do Scala's singletons have regarding serialization?

Who invented the throw/try/catch[/finally] kind of error handling?

Why does java have no byte type suffix? [closed]

java language-design byte

Is "std::is_callable" replaced with "std::is_invocable" in C++17?

C# error when class shares name with namespace

Why is short-circuiting not the default behavior in VB?

Fixed Object Id for System Objects and Small Integers in Ruby

c# switch statement more limited than vb.net 'case' [closed]

Does Haskell have pointers?

What programming languages have the most easily-implemented interpreters?

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?