Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

F# parsing Abstract Syntax Trees

Why does Java use -D to indicate system properties?

Exception handling and coercion

Why Julia is not indentation-based like Python?

Interface/Superclass for Collections/Containers in c++

Has the C# spec (team? committee?) ever considered this object creation syntax?

Is Qt classified as a c++ library? If not a library, how would you classify QT?

Non-nullable reference types

Why can't Regular Expressions use keywords instead of characters?

regex 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