aboutsummaryrefslogtreecommitdiffstats
path: root/src/load.scm
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-27 22:27:01 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-27 22:27:01 -0500
commita3feb7494f34d60af11ac3f598dc6ac33d3bcb14 (patch)
tree9cd93754974b114abdb9869d5a71466daebd021e /src/load.scm
parent103a61bcf8648c50b5999cdb526464d44c75dfe1 (diff)
download8thesis-a3feb7494f34d60af11ac3f598dc6ac33d3bcb14.tar.gz
8thesis-a3feb7494f34d60af11ac3f598dc6ac33d3bcb14.zip
blarg
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)
+ ))