Skip to content

Instantly share code, notes, and snippets.

@ak1t0
ak1t0 / lol.el
Last active March 12, 2025 14:56
Emacs Perl 2019 (use-package cperl-mode auto-complete helm-perldoc)
(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
@oubiwann
oubiwann / README.md
Last active February 8, 2025 14:23
MACLISP and MACSYMA on PDP-10 / ITS (emulation)

MACLISP and MACSYMA on PDP-10 / ITS (emulation)

Goals

On a Debian machine, using simh emulating a PDP-10 running ITS:

  1. Write some Lisp files on ITS, compile them, and run them.
  2. Run MACSYMA and view rendered plots on an emulated Tektronix 4010

Background