This is the out-of-the-box way to watch files you have been looking for in Racket.
Use this to understand I/O behavior in a system and to increase iteration speed for local development.
- Documentation on racket-lang.org
raco test *.rktto run testsraco setup -l file-watchersto build the package and documentation.raco file-watchers -hfor CLI use
- @zyrolasting: Initial implementation
- @dstorrs: Added
#:batch?option torobust-watch