Skip to content
Snippets Groups Projects
Commit 74007f8b authored by pfdietz's avatar pfdietz
Browse files

Start of something that will enable compile-and-load of aux files on demand.

parent 0440fb76
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,12 @@
(<= target-write-time source-write-time))
(compile-file pathname))
(load compile-pathname)))
;;; On-demand compile and load
(defvar *compiled-and-loaded-files* nil
"List containing pathname, creation times for files that have already
been loaded.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment