Search code examples
How to use [function] in webdna...


language-designlanguage-featuresscripting-language

Read More
Why is Syntactic Sugar sometimes considered a bad thing?...


language-designsyntactic-sugar

Read More
Why would you need unsigned types in Java?...


javalanguage-design

Read More
Extended Backus–Naur Form order of operations...


language-designgrammarrulesebnfoperator-precedence

Read More
Require a class to be instanced in C#?...


c#.netsecuritylanguage-design

Read More
Short circuit evaluation using procedures...


compiler-constructionlanguage-designshort-circuiting

Read More
Ruby - Array method confusion...


rubylanguage-design

Read More
Why can I access private/protected methods using Object#send in Ruby?...


rubylanguage-designaccess-specifier

Read More
Are there good reasons for 'private' to work the way it does in Ruby?...


rubylanguage-designprivateaccess-specifier

Read More
On ruby, why include is private and extend is public?...


rubymetaprogramminglanguage-designaccess-specifier

Read More
Is code clone a common practice in C,Java and Python?...


programming-languagesduplicateslanguage-designcode-duplication

Read More
Why did language designers use angle brackets instead of parenthesis?...


javalanguage-design

Read More
In javascript, when Prototypal inheritance is more adequate than closure for object creation?...


javascriptclosureslanguage-designprototypal-inheritance

Read More
Avoiding Spaces in Keywords...


whitespacelanguage-designcompiler-theory

Read More
C# short null check syntax...


c#language-design

Read More
What is the meaning of compile time abstraction?...


oopcompiler-constructionprogramming-languageslanguage-designtypechecking

Read More
Why does a "file exists" method in many languages return true for a directory?...


file-iomethodslanguage-design

Read More
Data structure for storing variables in an interpreted language...


memory-managementdata-structuresglobal-variableslanguage-designcompiler-construction

Read More
Region based memory management...


memory-managementlanguage-design

Read More
What is F# lacking for OO or imperative?...


c#oopf#user-interfacelanguage-design

Read More
What would your own programming language look like?...


compiler-constructionprogramming-languagessyntaxlanguage-design

Read More
Would JavaScript fare any better had it been multithreaded...


javascriptmultithreadinglanguage-featureslanguage-design

Read More
Polymorphism over argument values (not types)?...


language-agnosticprogramming-languagespolymorphismlanguage-design

Read More
How to parse a query(string) in php...


phpparsinglanguage-designparser-generator

Read More
What is the practical use for laziness as a built-in language feature?...


programming-languagesfunctional-programminglanguage-designlazy-evaluation

Read More
Is it possible to determine what properties a class has programmatically?...


objective-cruntimelanguage-designintrospection

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


csyntaxoperatorslanguage-designoperator-precedence

Read More
Why are all of the base immutable collections final or sealed in scala?...


scalalanguage-design

Read More
Why is a ref parameter type different to the regular type?...


c#.netreflectionlanguage-designpass-by-reference

Read More
Are there technical limitations that prevent built-ins from having static members?...


c++language-design

Read More
BackNext