Bit misleading, parameters here are already obtained - the only lisp part is applying pre-obtained weights to an input and computing the output (i.e. no training here).
In case of SectorLisp, that's good ol' BIOS I/O for interacting with the keyboard and screen. Having any other interface would require implementing it first - remember that SectorLisp is meant to run on bare hardware.
That aside, this is very cool nevertheless.