algorithms and data structures rkt
1.0.0
ラケットに実装されたアルゴリズムとデータ構造。
BASH、ZSH、またはKSH93を備えたLinux
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsMacを含むすべてのUnixyシステム
find . -name " *.test.rkt " -exec raco test {} +