Skip to content

Instantly share code, notes, and snippets.

View charJe's full-sized avatar

charJe

View GitHub Profile
@charJe
charJe / asdf-monolith
Created January 18, 2021 16:49
Figuring out asdf:monolithic-load-bundle-op
(defmethod asdf/bundle:bundle-type ((bundle-op asdf:monolithic-load-bundle-op)) :fasl)
(mapc #'asdf:register-preloaded-system '(str plump global-vars))
(asdf:operate 'asdf:monolithic-load-bundle-op 'issr-core :verbose t)
NIL is not the name of a package.
[Condition of type PACKAGE-ERROR]
Restarts:
;; Charles Jackson
;; tcprepl - a repl to be connected to by netcat or telnet
;; Connect with $ nc localhost 7000
(##namespace ("tcprepl#"))
(##include "~~lib/gambit#.scm")
(##namespace ("" system-appname system-appversion exception->string
fix secondselapsed->string system-buildepoch system-builddatetime))
(define repl-server-port 7000)