Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Best way to implement a meta language compiling down to PHP

What's a Good Way to Test that Identifiers aren't Being Truncated and Thereby Mixed Up?

Python: Is there syntax-level support for unpacking, from tuples, the arguments to an *anonymous* function?

ASP-style tags for Perl web development?

Why the difference between int a[5] = {0} and int a[5]={1} (Missing Feature) [closed]

Why did language designers use angle brackets instead of parenthesis?

java language-design

C function call followed by a comma separator [duplicate]

c language-design

Region based memory management

Why did the language designers of C do type equivalance like this?

What characteristics make programmers conceive a language as beautiful?

Operator overloading

Yet Another "Use of unassigned local variable 'whatever' " question

Why isn't possible to have contravariant return types [duplicate]

Upcast a Box when returning in Rust [duplicate]

Why is it faster to call an abstract method than an interface method in .NET? [duplicate]

Wouldn't it be possible to use just dot (.) to access members of namespace and static members of a class [duplicate]

How resolving Kotlin functions/properties with the same name work?

kotlin language-design