PHPnews.io

Overview for 'ircmaxell'

Wiring a Home Network

Written by Ircmaxell / Original link on Feb. 1, 2021

Last year, my partner and I moved into a new (to us) house. One of the first things I needed to get done was to get our home network setup as we both were (still are) working from home due to COVID-19. This post will explore some of that process, some of the decisions I made along the way, what I…


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…


A PHP Compiler, aka The FFI Rabbit Hole

Written by Ircmaxell / Original link on Apr. 22, 2019

It’s no secret that I’m into building toy compilers and programming languages. Today I’m introducing something that’s not a toy (I hope). Today, I’m introducing php-compiler (among many other projects). My hope is that these projects will grow from experimental status into fully production ready sy…


A PHP Compiler, aka The FFI Rabbit Hole

Written by Ircmaxell / Original link on Apr. 22, 2019

It’s no secret that I’m into building toy compilers and programming languages. Today I’m introducing something that’s not a toy (I hope). Today, I’m introducing php-compiler (among many other projects). My hope is that these projects will grow from experimental status into fully production ready sy…