Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

advantages, disadvantages, and difficulties of writing a language to use .NET

.net clr language-design

What is the reason behind not having a simpler multi-line comment in Perl?

Why no non-integral enums?

c# enums language-design

C++0x implementation guesstimates?

Why does this code throw ReferenceError: test is not defined?

Does Perl language aim at producing fast programs at runtime?

Require a class to be instanced in C#?

Why are Python lists implemented as dynamic arrays instead of ring buffers?

How to make a Side-by-Side Compiler for .NET

Ruby - Array method confusion

ruby language-design

What's the point of having both include and require constructs in PHP?

Choosing a consistency model for a concurrent programming language

Why were namespaces removed from ECMAScript consideration?

heap handling in a bison push pure parser

Java generics - inferring nested type

How to understand whether a behvior will use static or dynamic binding in Java?

java language-design

Why doesn't Array override the triple equal sign method in Ruby?

Why wouldn't I make every eligable Kotlin class a data class?

kotlin language-design