Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Javascript apparent madness [duplicate]

Why doesn't a swap / exchange operator exist in imperative or OO languages like C/C++/C#/Java...?

Why does PHP's call_user_func() function not support passing by reference?

What is necessary from a language implementation point of view to implement type providers like in F# 3.0?

Is it possible to build Lisp-like macros into an imperative language?

Why can't overloading be implemented at excecution time?

Why does Haskell use -> instead of =?

haskell language-design

Why doesn't ORACLE allow consecutive newline characters in commands?

Uses for Dynamic Languages

What is the reasoning for C# not supporting optional/default arguments?

c# language-design

What is the rationale for the behavior of the 'this' keyword in JavaScript?

Where are the new ideas in programming languages? [closed]

Which python classes allow assignment to not-yet-existent attributes, and which don't? [duplicate]

Why aren't the arguments to File.new symbols instead of strings?

Java and .NET: Why different sorting algorithms are used by default? [closed]

In Java, how can I avoid raw types when calling getClass on an instance of a generic type?

really confused by "enclosing scope" of javascript es6 arrow function

Strange problem with context free grammar

Why must I use address-of operator to get a pointer to a member function?

Why is 'super' a keyword rather than a method in Ruby?

ruby language-design super