Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

C# equivalent for Visual Basic keyword: 'With' ... 'End With'?

Why does Haskell hide functions with the same name but different type signatures?

Creating your own language

language-design

How to create a language these days?

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?