Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

why does Ruby throw warnings for private attributes

What are the strategies to support/integrate units of measurements in languages?

Arrays as separate type

Are XML/HTML tag names inside closing tags really necessary?

xml tags language-design

Data structure for storing variables in an interpreted language

Understanding traits in Kotlin

Should References in Object-Oriented Programming Languages be Non-Nullable by Default? [closed]

Generating intermediate code in a compiler. Is an AST or parse tree always necessary when dealing with conditionals?

Any reason why Java shouldn't allow generic type declarations on a variable declaration?

Why does OCaml use exceptions instead of representing errors with Sum Types?

ocaml language-design

Why does Forth use IF statement THEN ... instead of ENDIF? [closed]

What is a good VM for developing a hobby language?

languages that always had triple equals

What is the reason behind the following C char array storage implementation?

c language-design

Why was the swap operator proposal shot down?

c++ swap language-design

Why does Rust put a :: before the parameters in generics sometimes?

Can I define a pointer in julia?

Is it possible to implement F#'s infrastructure for Units of Measurement in Scala?

Could operator overloading have worked without references?

What's Int.MaxValue between friends?

scala jvm language-design