Search code examples
Recommended code style: case object Foo or object Foo extends Serializable?...


scalaserializationobjectsingletonlanguage-design

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


classscalaprogramming-languagessingletonlanguage-design

Read More
Is scala.Singleton pure compiler fiction?...


scalatypessingletonlanguage-designspecifications

Read More
Why do raw types in one place cause generic callsites somewhere else to be treated as raw?...


javagenericslanguage-designoverloadingraw-types

Read More
Why are Lua's iterators triples?...


iteratorlualanguage-design

Read More
Which guarantees do Scala's singletons have regarding serialization?...


javaserializationscalasingletonlanguage-design

Read More
What mechanism is used to allow one to call methods defined in ruby root scope from that scope?...


rubymetaprogrammingclass-designlanguage-design

Read More
Using flag to identify spoken language...


web-serviceslanguage-featureslanguage-designflags

Read More
Why use out keyword instead of assignment in c#?...


c#language-design

Read More
Building an Object System Around shared_ptr...


c++inheritancelanguage-designshared-ptr

Read More
Why does Java use -D to indicate system properties?...


javalanguage-designsemanticsflags

Read More
Relationship between parsing, highlighting and completion...


parsingarchitecturesyntax-highlightinglanguage-designcode-completion

Read More
Ideas for Garbage Collection...


c++cgarbage-collectionlanguage-designmicrocontroller

Read More
Why can't a sub implement an interface and handle event at the same time?...


.netvb.netinterfaceevent-handlinglanguage-design

Read More
C# methods with multiple return parameters...


c#.netlanguage-design

Read More
Is message passing in small talk and ObjectiveC same as calling method with value types (structs) in...


objective-clanguage-agnosticlanguage-designsmalltalkmessage-passing

Read More
heap handling in a bison push pure parser...


clanguage-designbisonparser-generator

Read More
Why JavaScript reserves Java keywords?...


javascripthistorylanguage-designreserved-words

Read More
Is there a better way than 'iif' or '?:' for this kind of choosing?...


c#language-designt4iif

Read More
Interesting examples of Domain Specific Languages...


databaseprogramming-languagesconcurrencylanguage-designdsel

Read More
What features are desirable for a programming language?...


compiler-constructionprogramming-languageslanguage-designlanguage-featurescompilation

Read More
Would it be wrong if "file_exists" was designed to return a path instead of TRUE?...


phplanguage-design

Read More
Why was erlang:now() specced such that it may skew the time of a node?...


erlanglanguage-design

Read More
Compiler Design: How do you distinguish between "op_Minus number" and "negativeNumber...


compiler-constructionlanguage-designcompiler-theory

Read More
Why does main() require braces?...


c++language-designprogram-entry-point

Read More
Yacc expansion of optional clause using the same keyword as following clause...


c++programming-languageslanguage-designyaccbison

Read More
What to do when unescapable character(s) are escaped?...


parsingescapinglanguage-design

Read More
Why are parentheses optional in Groovy only if you don't need the return value?...


groovylanguage-design

Read More
What is the reason behind not having a simpler multi-line comment in Perl?...


perlcommentslanguage-design

Read More
Is there a parser generator that can use the Wirth syntax?...


parsingprogramming-languagessyntaxlanguage-design

Read More
BackNext