Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why does C# implement pre/post-increment/decrement operators for floating point types?

What is the intention of ODR?

How to measure the "understandability" of a language?

What role does string immutability play in the explaination of string references to developers?

Consequences of inability to add natural numbers in C

Polymorphism over argument values (not types)?

Why doesn't deferred execution cache iterative values?

c# .net linq language-design

What kind of language should I design for a particle engine scriptable engine?

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