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