Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Case Statement Block Level Declaration Space in C#

Immutable Collections Actionscript 3

Is there a programming language that performs currying when named parameters are omitted?

IArithmetic<T> interface in c# [closed]

c# language-design

Why dynamic call return dynamic result?

Why is the .equals() method not overriden for arrays of primitives in Java?

Declarations, definitions, initializations in C, C++, C#, Java and Python [closed]

How should Chomsky's Hierarchy and Turing Machines influence language design?

Hybrid Thread Model (M:N) Implementation

What's the purpose of the setSelector method on the NSInvocation class?

How to get the class of a singleton object at compile time?

Why are @ and $ characters not used for anything in C and C++? [closed]

c++ c language-design

Java: Definition of methods and variables inside enum's constant

Why can't operators be overloaded inside a static class?

unchecked exception that would have been better as checked

Does Python copy value or reference upon object instantiation?

What's the point of unary plus operator in Ruby?

Confused by Boxing. Casting -1 to Int64 throws InvalidCastException

C# readonly vs Java final

Semicolon after classes and structs [duplicate]

c++ syntax language-design