Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Is a container sure to be a range conceptually?

Are there any books / papers on DSL Design? (not DSL implementation)

language-design dsl

Why does os.path.join throw away arguments?

python language-design

Why is return type before the function name?

C# design: Why is new/override required on abstract methods but not on virtual methods?

Is there a limit to the length of identifier names in C++?

c++ gcc language-design

Why doesn't Java warn about a == "something"?

java language-design

Why did the C# designers attach three different meanings to the 'using' keyword? [closed]

c# language-design

How to implement closures without gc?

C# - what are the benefits of "partial" classes?

Boolean true - positive 1 or negative 1?

Why are polymorphic messages so much more powerful in practice than the combination of unification and backtracking?

Python Virtual Machine architecture diagrams/references [closed]

c++ why isn't there something like length(array)? [closed]

c++ arrays 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?