Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why do you have to 'import' Python Standard Library functions? [closed]

What are the Practical Differences Between "associate" and "indexed" Arrays in PHP?

Convergence of Mathematics and Programming Languages

What is the relation between syntax sugar, laziness and list elements accessed by index in Haskell?

Programming Language Properties that facilitate refactoring?

What case is better?

What are some highly-regarded books on (modern or historic) programming language design?

Typed FP: Tuple Arguments and Curriable Arguments

Is C++ considered a Von Neumann programming language?

Why was no intrinsic access to the CPU's status register in the design of both C and C++?

c++ c language-design

How should substring() work?

Why do C programs keep saying 'struct' every time they refer to one?

Why is a const variable available within a static method?

Are preprocessors obsolete in modern languages?

Writing a mini-language

.net language-design

Why do Pascal control structures appear to be inconsistent?

Any reason for having "val capacity : Int" instead of "val Int Capacity" in Scala

Would it make sense to have a 'constify' operation in C++?

Why do programming languages not allow spaces in identifiers?

How does a register machine differ from a stack machine? [duplicate]