Search code examples
Is whitespace optional in SQL queries?...

sqllanguage-design

Read More
Understanding the reason for the new python := operator...

pythonpython-3.xlanguage-designpython-3.8python-assignment-expression

Read More
Why is the order of haystack and needle inconsistent in PHP functions in_array and strpos?...

phpapi-designlanguage-design

Read More
Why are Java objects pointers to pointers?...

javapointersjvmlanguage-design

Read More
Why does Python treat tuples, lists, sets and dictionaries as fundamentally different things?...

pythoncollectionslanguage-designzen-of-python

Read More
Software for creating "Language Diagrams" structures...

language-designdiagramming

Read More
Creating a small programming language for beginners...

compiler-constructionprogramming-languageslanguage-designbisonyacc

Read More
Should String and CharArray be the same thing?...

apiapi-designlanguage-designlibrary-design

Read More
Why do C# and Java bother with the "new" operator?...

language-designnew-operator

Read More
Why isn't operator overloading for pointers allowed to work?...

c++pointersreferencelanguage-design

Read More
PEG for Python style indentation...

parsingsyntaxlanguage-designtreetoppeg

Read More
Why must C/C++ string literal declarations be single-line?...

c++cprogramming-languagesstringlanguage-design

Read More
Lua operators, why isn't +=, -= and so on defined?...

lualanguage-designassignment-operatorcompound-assignment

Read More
Why does the ValueTuple.Create 8-tuple overload wrap the last parameter in another ValueTuple?...

c#.net-corelanguage-design

Read More
is this good to have pointers in programming languages such as golang,C or C++?...

pointersprogramming-languageslanguage-design

Read More
Smart pointers cannot be used as raw pointers automatically?...

c++pointerssmart-pointersimplicit-conversionlanguage-design

Read More
Is "monkey patching" really that bad?...

javascriptrubyooplanguage-designmonkeypatching

Read More
Why is 'last' called 'last' in Perl?...

perlsyntaxlanguage-featureslanguage-design

Read More
what exactly is a "register machine"?...

pythonlanguage-designlanguage-theorylanguage-implementation

Read More
Why can't we create an instance of an abstract class?...

c++oopabstract-classlanguage-design

Read More
How does flexibility affect a language's syntax?...

programming-languageslanguage-designusabilityflexibility

Read More
Is there inherent "cost of carry" of garbage thunks in Haskell?...

haskellgarbage-collectionghclanguage-design

Read More
End of statement linebreaks...

line-breakslanguage-design

Read More
Why didn't C have a boolean data type prior to C99?...

clanguage-designc99c89

Read More
New language on top of PHP?...

phpprogramming-languageslanguage-design

Read More
Does a programming language with the following features exist?...

language-agnosticprogramming-languageslanguage-design

Read More
Why does CMake syntax have redundant parentheses everywhere?...

syntaxcmakelanguage-design

Read More
Adding a language to the AVM2...

actionscript-3compiler-constructionlanguage-designbytecode

Read More
Why does PHP not support multithreading?...

phpmultithreadinglanguage-design

Read More
Why aren't there compiler-generated swap() methods in C++0x?...

c++language-designc++11

Read More
BackNext