the terminal of the future
jyn.dev·23h·
Flag this post

Terminal internals are a mess. A lot of it is just the way it is because someone made a decision in the 80s and now it’s impossible to change. —Julia Evans

This is what you have to do to redesign infrastructure. Rich [Hickey] didn’t just pile some crap on top of Lisp [when building Clojure]. He took the entire Lisp and moved the whole design at once. —Gary Bernhardt

a mental model of a terminal

At a very very high level, a terminal has four parts:

  1. The “terminal emulator”, which is a program that renders a grid-like structure to your graphical display.
  2. The “[pseudo…

Similar Posts

Loading similar posts...