On a Debian machine, using simh emulating a PDP-10 running ITS:
- Write some Lisp files on ITS, compile them, and run them.
- Run MACSYMA and view rendered plots on an emulated Tektronix 4010
(use-package cperl-mode | |
:ensure t | |
:init | |
(add-hook 'cperl-mode-hook 'flycheck-mode) | |
(add-hook 'cperl-mode-hook 'auto-complete-mode) | |
:mode ("\.pl$" . cperl-mode) | |
:config | |
;; cperl-mode | |
(setq cperl-indent-level 4 | |
cperl-continued-statement-offset 4 |