Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-design

Why is the .equals() method not overriden for arrays of primitives in Java?

Declarations, definitions, initializations in C, C++, C#, Java and Python [closed]

How should Chomsky's Hierarchy and Turing Machines influence language design?

Hybrid Thread Model (M:N) Implementation

What's the purpose of the setSelector method on the NSInvocation class?

How to get the class of a singleton object at compile time?

Why are @ and $ characters not used for anything in C and C++? [closed]

c++ c language-design

Java: Definition of methods and variables inside enum's constant

Why can't operators be overloaded inside a static class?

unchecked exception that would have been better as checked

Does Python copy value or reference upon object instantiation?

What's the point of unary plus operator in Ruby?

Confused by Boxing. Casting -1 to Int64 throws InvalidCastException

C# readonly vs Java final

Semicolon after classes and structs [duplicate]

c++ syntax language-design

Parsing "off-side" (indentation-based) languages

What are the ramifications of right-to-left and left-to-right associativity in C based languages?

The advantages of having static function like len(), max(), and min() over inherited method calls

python language-design

Are distinct open and close delimiters syntactically necessary?

Clojure Protocols vs Scala Structural Types