;;; -*- Mode:LISP; Package:USER; Base:10 -*- ;;; this is for testing the hardware, not for conversing with hackers. (defpackage flame (:size 256)) (defsystem flame (:pathname-default "lam3:khs;") (:module main "burn") (:compile-load main))