1
#lang racket
2
;; Finds Racket sources in all subdirs
3
(for ([path (in-directory)])
4
(when (regexp-match? #rx"[.]rkt$" path)
5
(printf "source file: ~a\n" path)))
Loggerhead is a web-based interface for Breezy Version: 2.0.1