Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

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?

why did K&R make &&, || logical and &, | bitwise, not the other way around? [closed]

c language-design

Pros and cons of immutable strings

Why can't templates take function local types?

Re-implementing an interface that another interface already inherits

Extended Backus–Naur Form order of operations