aboutsummaryrefslogtreecommitdiffstats
path: root/src/load.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/load.scm')
-rw-r--r--src/load.scm12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/load.scm b/src/load.scm
new file mode 100644
index 0000000..1dab2dd
--- /dev/null
+++ b/src/load.scm
@@ -0,0 +1,12 @@
+#| -*-Scheme-*-
+ | Copied from scmutils/src/calculus/load.scm, GPL licenced.
+ |
+ | Assumes a band generated by something like load-all.scm has already been
+ | loaded with the regular scmutils stuff
+ |#
+
+(with-working-directory-pathname (directory-pathname (current-load-pathname))
+ (lambda ()
+
+ ;; (load "speedup" generic-environment)
+ ))