Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-features

Anonymous type and tuple

Java's switch equivalent in Clojure?

Why do enums have computed properties but not stored properties in Swift?

What is the difference between VB and VBScript

What is a maximum number of arguments in a Python function?

Have you ever restricted yourself to using a subset of language features?

Why doesn't Java varargs support collections?

C# method call with parameter name and colon

Equivalent of Class Loaders in .NET

What is the purpose of long, double, byte, char in Java?

Methods in Ruby: objects or not?

Python type() or __class__, == or is

python language-features

Why isn't there an endianness modifier in C++ like there is for signedness?

Javascript as a functional language

Problem understanding C# type inference as described in the language specification

Double dispatch in C#?

What's the difference between a hash and hash reference in Perl?

Why does Java permit escaped unicode characters in the source code?

Will a future version of .NET support tuples in C#?

Python: How to pass more than one argument to the property getter?