Tag Archives: pyj

HATE: Python-based Terminal Emulator

Introduction A while ago I came across a terminal emulator called HATE: the High Availability Terminal Emulator. The original idea was for it to be a terminal emulator that could survive X crashing, but what caught my eye was the … Continue reading

Posted in midlength | Tagged , , , , | Comments Off on HATE: Python-based Terminal Emulator

Pyj: Experimenting with Code Design

Introduction A few weeks ago I proposed a new concept for not-quite-OO programming. Recently I’ve been working on turning this into a reality. I haven’t written a new programming language. Rather, I’ve extended Python using import hooks. I’ve called this … Continue reading

Posted in long | Tagged , , , , | Comments Off on Pyj: Experimenting with Code Design