X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=directory.gmi;h=77c87cc8eb77375cb546afeca50dd205ab6530ee;hp=fe7b2f8decf1d3a880f5ee6396a8c30390b54a53;hb=HEAD;hpb=9bb088cdb18f58aa9f4c1f14d2c4709d6ba5701b diff --git a/directory.gmi b/directory.gmi index fe7b2f8..fb6a77c 100755 --- a/directory.gmi +++ b/directory.gmi @@ -2,12 +2,6 @@ ``` ,(eval (begin - (import (chicken io) - (chicken file) - (chicken string) - (chicken pathname) - (chicken time posix) - srfi-1 srfi-13) (for-each eval (with-input-from-file "garden.scm" read-list)) (define (pad-string o max-len) (let* ((s (->string o)) @@ -26,7 +20,7 @@ (lambda (garden-file) (let ((g (with-input-from-file garden-file read))) (update-garden! g) - (with-output-to-file garden-file (lambda () write g)) + (with-output-to-file garden-file (lambda () (write g))) (let ((fields (list (garden-prop 'user g) (seconds->string (garden-prop 'created g)) (garden-stage g))))