Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

When talking about programming languages, what is the definition of Magic?

language-design

Creating objects on the fly in Python [duplicate]

How to implement C++0x raw string literal?

Relationship between parsing, highlighting and completion

Modern language support += but not &&=

C-like language without NULL?

Why do object literals in javascript save unnecessary DOM references?

Is there member initialization list syntax in Java like C++?

java c++ language-design

Why can we not set properties of properties?

Does private mean different things in C++ and C#?

c# c++ language-design private

Ruby Assignment Syntax

ruby syntax language-design

Why are PHP booleans both lower case and upper case?

language-design

Why does Clojure lack user defined reader macros?

Immutability after dependency injection, initialization

Why is the java.lang.Thread class in Java not marked final by the designers?

Need help improving a Ruby DSL for controlling an Arduino controlled drink dispenser (bar monkey)

interface for only certain classes?

General C# question

Can a statically typed language be developed with the DLR?