Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why there is no constructor-with-parameters constrain on generic parameters in C#?

c# language-design

Why was erlang:now() specced such that it may skew the time of a node?

erlang language-design

Order of operations (== vs. not)

lua language-design

Are there programming languages that directly translate into another?

language-design

What's the special value of `co_yield` in contrast to a simple stateful lambda in C++20?

Why aren't hot-swappable vtables a popular language feature?

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

What is "override-equivalence" and how is it related to @Override?

How come Go doesn't have stackoverflows

How much existing C++ code would break if void was actually defined as `struct void {};`

Programming languages that define the problem instead of the solution?

language-design