Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What does the C++ output of the HipHop PHP compiler look like?

How to implement a language using a functional language? [closed]

Reified generics in Scala on .NET/CLR

Why does PHP not support multithreading? [closed]

Does Java array covariance violate Liskov Substitution Principle?

Why can I access private/protected methods using Object#send in Ruby?

Why does Java permit interfaces to have static readonly fields while .NET interfaces cannot?

java .net language-design

Why aren't SAS Macro Variables Local-Scope by Default?

How are objects represented internally in V8?

What is the purpose of making Equals a common method?

c# language-design

Why python super does not accept only instance?

python language-design

C++ exceptions and signal handlers

CS0106 compile error: readonly property and getter

Keyword for functions in C++?

Why can't I use an array index on the return value of a function? [closed]

Why is the string literal considered a primitive type in JavaScript?

Could we have Polymorphism without forcing classes to implement an interface?

java oop language-design

whats the difference between a command and a statement

language-design command tcl

What features would you like to see in a game programming DSL?

First Steps with DSL on Java?

java language-design