1
0
Fork 0

Clean up some code

This commit is contained in:
retropikzel 2025-12-26 17:31:47 +02:00
parent 4cdf740096
commit ed54426fc5
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@
library-file))
(library-rkt-file (change-file-suffix full-path ".rkt")))
(if r6rs?
`("sleep 0") ;`(,(string-append "plt-r6rs --compile " library-file))
`("sleep 0")
`(,(string-append "printf "
"'#lang r7rs\\n"
"(import (except (scheme base) let let-values let*-values string-copy string-copy! string-for-each string-map string-fill! string->list))\\n"