PHPnews.io

Overview for 'igor'

Probabilistic Automata

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…


Stack Machines: Compilers

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…


Stack Machines: Heap

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…


Stack Machines: Stack Frames

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:…


Stack Machines: Variables

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…


Stack Machines: Calls

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…