Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What was the reason for Swift assignment evaluation to void?

Scala variadic functions and Seq

Why use curly braces over parentheses?

scala language-design

Compiler error about class graph being not finitary due to a expansively recursive type parameter

Why does Java allow for labeled breaks on arbitrary statements?

java language-design break

why c/c++ allows omission of leftmost index of a multidimensional array in a function call?

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?