Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why is Clojure dynamically typed?

Why does the TypeScript compiler compile its optional chaining and null-coalescing operators with two checks?

Why doesn't Rust support trait object upcasting?

How does a stackless language work?

design of python: why is assert a statement and not a function?

Is Lua based primarily on well-established programming-language ideas? [closed]

lua language-design

Why do the C++ language designers keep re-using keywords?

Why is adding null to a string legal?

c# language-design

Bounding generics with 'super' keyword

Is there a better PHP way for getting default value by key from array (dictionary)?

Why does Python assignment not return a value?

Performance of "direct" virtual call vs. interface call in C#

Why is F#'s type inference so fickle?

Why are there no ||= or &&= operators in C#?

Why does the power operator in F# only work for floating point numbers?

f# language-design

Why can't Java constructors be synchronized?

Why isn't Array a generic type?

Why can't we define a variable inside an if statement?

c# language-design scope

Using variable keys to access values in JavaScript objects

Purpose of Scala's Symbol? [duplicate]