Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

What is the purpose of Rust's function parameter syntax over C's?

c rust language-design

Typed abstract syntax and DSL design in Haskell

Why are jagged arrays in C# defined in the opposite way?

c# language-design

Reflection: Why are there methods like setAccessible()?

Do Static vs. Dynamic Types Have Anything to Do With Making it More Difficult To Write an IDE?

Using ref to indicate parameter will be modified

c# theory language-design

Are JVM implemented languages like Jython using Java underneath or are they using the JVM native?

java jvm language-design

Cannot implicitly convert child class to parent class in type parametrized method

c# generics language-design

overview of DLR? [closed]

Why are Java objects pointers to pointers?

Would it be possible to have "method/field" literals comparable to the class literals in Java/Scala?

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?

Output language/format for toy compiler