Search code examples
What are the advantages and disadvantages of the require vs. import methods of loading code?...


pythonrubyprogramming-languageslanguage-featureslanguage-design

Read More
Is Qt classified as a c++ library? If not a library, how would you classify QT?...


c++qtcross-platformlanguage-design

Read More
Appropriate operators for assignment semantics in a non-pure declarative language...


language-designdeclarative

Read More
is there a good place to discuss compilers?...


compiler-constructionlanguage-featureslanguage-design

Read More
Semicolon after classes and structs...


c++syntaxlanguage-design

Read More
BNF grammar for sequence of statements...


language-designbnf

Read More
create a object : A.new or new A?...


c++language-designinstance

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


.netpropertieslanguage-design

Read More
Why isn't SEL a class in Objective-C?...


objective-clanguage-design

Read More
How have "modern OO languages pretty much eliminated [the] overhead for in-process calls"?...


ooplanguage-design

Read More
Writing Interpreters in Python. Is isinstance considered harmful?...


pythonscalalanguage-designinterpreter

Read More
How would you replace the 'new' keyword?...


c++language-designnew-operatorkeyword

Read More
advantages, disadvantages, and difficulties of writing a language to use .NET...


.netclrlanguage-design

Read More
Functional programming and equation solvers...


functional-programminglanguage-designinterpreter

Read More
Why is a const variable available within a static method?...


.netstaticlanguage-designconstants

Read More
Interface/Superclass for Collections/Containers in c++...


c++collectionsinterfacelanguage-designcontainers

Read More
Treatment of error values in the SQL standard...


sqlerror-handlinglanguage-designsemantics

Read More
Does c# have any statements which don't follow left to right evaluation order?...


c#language-design

Read More
If you are a language designer, how would you make ignoring parameters more succint for lambdas?...


lambdalanguage-design

Read More
What kind of language should I design for a particle engine scriptable engine?...


graphicslanguage-designinterpreter

Read More
What is “mature” software?...


language-designplatformmaturity

Read More
Why does the is keyword require a non-null expression?...


c#language-designkeyword

Read More
C#: No implict conversion from Class<Child> to Class<Base>...


c#genericsinheritancelanguage-featureslanguage-design

Read More
How can I add a C-based language to GCC...


cobjective-cgcclanguage-designobjective-c-runtime

Read More
Why did the language designers of C do type equivalance like this?...


clanguage-designtype-equivalence

Read More
Why no non-integral enums?...


c#enumslanguage-design

Read More
Uses for Dynamic Languages...


pythonprogramming-languageslanguage-designdynamic-languagesduck-typing

Read More
What are the advantages and disadvantages of separating declaration and definition as in C++?...


c++language-designdeclarationdefinition

Read More
Why do optional class attributes in VB.NET have a weird syntax?...


.netvb.netattributeslanguage-design

Read More
Using multiple languages in one project...


programming-languageslanguage-designcomplexity-theory

Read More
BackNext