algorithms and data structures rkt
1.0.0
Алгоритмы и структуры данных, реализованные в ракетке.
Linux с Bash, ZSH или KSH93
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsЛюбая Unixy System, включая Mac
find . -name " *.test.rkt " -exec raco test {} +