Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-implementation

What systems out there use non-uniform pointer representation? [duplicate]

How is the self argument magically passed to instance methods?

Matlab: how to implement a dynamic vector

haskell implementation questions

In Lisp and other functional languages, why is length not O(1)

C pointers in C#

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

Does Java have to be compiled to bytecode?

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

Private inner class synthesizes unexpected anonymous class

Is 'yield' keyword a syntactic sugar ? What is its Implementation [duplicate]

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

Unexpected list comprehension behaviour in Python

Python: the mechanism behind list comprehension

How is asynchronous callback implemented?

How is Forth LEAVE ... LOOP implemented, since number of LEAVEs is not known beforehand?

How would you re-use C opcode implementations when writing a JIT with LLVM?

C: Behaviour of the `const` keyword

How is "letrec" implemented without using "set!"?

How to implement a practical fiber scheduler?