Search code examples
Brainfuck interpreter in Nimrod...


interpreterlanguage-implementationbrainfucknim-lang

Read More
ArrayList internal implementation...


c#.netarraylistlanguage-implementationprinciples

Read More
How does std::notify_all_at_thread_exit work?...


c++multithreadingc++11standardslanguage-implementation

Read More
Implementation of Prolog in a Pure Functional Language...


functional-programmingprologlogicpseudocodelanguage-implementation

Read More
Osek Implementation language...


embeddedstandardsrtoslanguage-implementation

Read More
Warning types in Python and MATLAB...


pythonmatlabwarningslanguage-implementation

Read More
Matlab to Python Matrix Code...


pythonmatlabmatrixlanguage-implementation

Read More
When a user-defined type is called, what causes tp_new to reference object_new?...


pythontypescpythonlanguage-implementation

Read More
Haskell: Why ++ is not allowed in pattern matching?...


haskellpattern-matchingsemanticslanguage-implementation

Read More
Lisp macros quotation implementation in JavaScript...


javascriptmacroslisplanguage-implementation

Read More
Implement the internal processing for C #include directives...


cparsingcompiler-constructionlanguage-implementation

Read More
Weird syntax in golang math/big library...


gosyntaxbinary-operatorslanguage-implementation

Read More
In Scheme, what is the returned value of `(begin)`?...


compiler-constructionschemeexpression-evaluationlanguage-implementationchez-scheme

Read More
PyPy -- How can it possibly beat CPython?...


pythonpypylanguage-implementation

Read More
Is 'yield' keyword a syntactic sugar ? What is its Implementation...


c#language-implementationyield-keyword

Read More
Internal implementation of java.util.HashMap and HashSet...


javahashmaphashcodehashsetlanguage-implementation

Read More
What is the reason behind "get" method implementation of AtomicMarkableReference in java?...


javaconcurrencyjava.util.concurrentlanguage-implementation

Read More
Source code of implementation JavaScript internal methods...


javascriptlanguage-implementation

Read More
How are java interfaces implemented internally? (vtables?)...


javainterfaceinternalsvtablelanguage-implementation

Read More
How does System.String save its string...


c#.netprogramming-languageslanguage-implementation

Read More
How do I find out what Python implementation I am using?...


pythonlanguage-implementation

Read More
A smart garbage collector for sharing subranges of arrays?...


arraysgarbage-collectiontheorylanguage-implementation

Read More
Creating FFI between C and my language...


c++cffilanguage-implementationlanguage-binding

Read More
How is foreach implemented in C#?...


c#foreachlanguage-implementationlanguage-specifications

Read More
Java's TreeSet implementation of contains (Sourcecode) missing...


javatreesetlanguage-implementation

Read More
G-machine, (non-)strict contexts - why case expressions need special treatment...


haskellcompilationfunctional-programminglazy-evaluationlanguage-implementation

Read More
Location of methods and classes in Python3 interpreter...


pythoninterpreterlanguage-implementation

Read More
How does Angular know what to inject if I don't specify strings?...


javascriptangularjslanguage-implementation

Read More
How to implement a practical fiber scheduler?...


linuxasynchronousschedulinglanguage-implementation

Read More
Why does Boolean::New() return a Handle<> while other primitives return Local<>?...


booleanv8language-implementation

Read More
BackNext