algorithms and data structures rkt
1.0.0
Algoritmos y estructuras de datos implementadas en RACKET.
Linux con bash, zsh o ksh93
# bash might need shopt -s globstar first
raco test ** / * .test.rkt
raco test -j 4 ** / * .test.rkt # Enable up to 4 concurrent threadsCualquier sistema de Unixy, incluido Mac
find . -name " *.test.rkt " -exec raco test {} +