Overview for 'igor'
Written by igorw
/ Original link
on Aug. 1, 2020
Probabilistic Automata Have you seen those twitter bots that generate fake or parody tweets? The ones that look almost legit but are pretty much complete jibberish when you read them? Quite often, such accounts use a so-called markov chain to generate the text. A markov chain is a state machine tha…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Compilers fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers This is a guest post by the one and only Anthony Ferrara…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Heap fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers So far the machines presented have all been stack based. We wi…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Stack Frames fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers The last two posts introduced two separate concepts:…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Variables fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers The virtual machine that has been implemented so far is…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Calls fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers Hey I just met youAnd this is crazyBut here's my numberSo cal…