Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

why did K&R make &&, || logical and &, | bitwise, not the other way around? [closed]

c language-design

Pros and cons of immutable strings

Why can't templates take function local types?

Re-implementing an interface that another interface already inherits

Extended Backus–Naur Form order of operations

Why are functions like escape, unescape, etc, not methods on the String object? [closed]

How is match implemented in a language like Rust?

Emulating Prolog backtracking in F#

Creating a small programming language for beginners

Does a programming language with the following features exist?

Why is -1 the result of coercing True to an integer in VB6?

vb6 language-design

Why can't I add a tuple to a list with the '+' operator in Python?

List of OO languages where object immutability can be compiler enforced

How would you go about writing a simple programming language? [duplicate]

Design reason why .NET does not have a conceptual (Fatal-)Error exception type? [closed]

Why isn't the scope of a switch statement in Java limited?

Why do property setters and getters clash with get_X and set_X methods?

Why couldn't Julia superset python?

Which language idioms/paradigms/features make it hard to add support for "type providers"?

Java compilers or JVM languages that support goto?