Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

First impressions of the Fantom programming language? [closed]

language-design fantom

Why doesn't String.Contains call the final overload directly?

Implications of not including NULL in a language?

Are there other languages besides D with static if?

Why is len() not implemented for Queues?

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?