Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What is a cofunction and how would it work in Python?

C#, weird optimization

Implicit conversion from char to single character string

Why are modules explicitly named in files?

PHP default argument function call

Polymorphism by function parameter

What is the motivation of retrieving the length of an array using a public instance variable, instead of calling a method? [duplicate]

java arrays language-design

Why is a Boolean expression (with side effects) not enough as a statement?

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?