This commit is contained in:
2026-04-09 13:04:42 +02:00
parent ddfc674453
commit c5d3ca5d7a
5 changed files with 27 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
ffi/unsafe
setup/dirs
"downloader.rkt"
simple-log
)
(provide while
@@ -12,8 +13,15 @@
build-lib-path
get-lib
do-for
dbg-sound
info-sound
err-sound
warn-sound
fatal-sound
)
(sl-def-log racket-sound (current-logger) sound)
(define-syntax while
(syntax-rules ()
((_ cond body ...)