my software best in kitty - so far

Any tweaks? square font? modify? Metadata window? But runs fast, remains responsive 😎

u/Timely-Degree7739 — 1 month ago
▲ 14 r/lisp

- juv.el
- GNU Emacs 31.0
- an ordinary buffer
- my own, ordinary Emacs Lisp
- uses a recursive 'cl-defstruct' box
- with a bunch of 'cl-defmethod's
- and a 'cl-loop' to draw
- the 'cl-' lib is a reimplementation of some
CL conepts and interfaces; but it is Elisp
and shipped with the vanilla distribution
- so modern OOP, not single-dispatch
- native compiled AOT
- a kitty -nw instance, indeed ironic
- enjoy :) ☄️
u/Timely-Degree7739 — 2 months ago