Search code examples
JavaScript conventions for implementation-defined identifiers...


javascriptnaming-conventionsidentifierlanguage-implementation

Read More
Why must Python list addition be homogenous?...


pythonlanguage-designlanguage-implementationpython-internals

Read More
Any languages whose functions cannot access global scope?...


language-designlanguage-implementation

Read More
Is EOF guaranteed to be -1?...


cstandardsstandards-compliancelanguage-implementation

Read More
Why aren't CPython Dicts affected by Hash Values for Negative one and negative two...


pythondictionaryhashlanguage-implementationpython-internals

Read More
How do I work with doubles at the bit level in standard C89?...


cbit-manipulationnanc89language-implementation

Read More
C/C++ Control Structure Limitations?...


c++clanguage-implementation

Read More
Lua: understanding table array part and hash part...


luainterpreterlanguage-implementationluajit

Read More
Compiling via C/C++ and compiler bugs/limits...


c++ccompiler-constructionlanguage-implementation

Read More
How is "letrec" implemented without using "set!"?...


variablesschemelanguage-implementationletrec

Read More
How is the C++ exception handling runtime implemented?...


c++exceptionerror-handlinglanguage-implementation

Read More
Why does binding affect the type of my map?...


dictionaryclojurelanguage-implementation

Read More
What would the consequences be of allowing special forms to be treated as normal values?...


lisplanguage-implementationspecial-form

Read More
Why does `vector` implementation have multiple cases?...


vectorclojurelanguage-implementation

Read More
Default size of priority queue in java...


javaheappriority-queuelanguage-implementation

Read More
How can an implementation of a language in the same language be faster than the language?...


pythonperformancejvmpypylanguage-implementation

Read More
Shift operation implementation in java...


javaclanguage-implementation

Read More
How to add traceback/debugging capabilities to a language implemented in python?...


pythonjitlanguage-implementation

Read More
X is enum - is this according to spec?...


c#enumslanguage-implementation

Read More
Garbage collection implementation in compiled languages...


compiler-constructiongarbage-collectionlanguage-implementation

Read More
Does handling recursion need special treatment when designing a compiler?...


compiler-constructionrecursionstacklanguage-designlanguage-implementation

Read More
What systems out there use non-uniform pointer representation?...


cpointerssystemlanguage-implementation

Read More
Compiling functional languages to C...


ccompiler-constructionfunctional-programminggarbage-collectionlanguage-implementation

Read More
Why is the main method entry point in most C# programs static?...


c#language-implementation

Read More
Byte code stack versus three address...


compilationinterpreterbytecodelanguage-implementation

Read More
Python: the mechanism behind list comprehension...


pythonimplementationlist-comprehensionlanguage-implementation

Read More
basic question about structure...


objective-cstructlanguage-implementation

Read More
Interpreted standard library...


programming-languagesinterpreterlanguage-implementation

Read More
Why can you omit the surrounding parentheses for generators in Python when passing it into a functio...


pythonsyntaxgeneratorlanguage-implementation

Read More
Matlab: how to implement a dynamic vector...


matlabdynamicvectorlanguage-implementation

Read More
BackNext