Vocabulary to test Factor code on Codewars.
See documentation
See example.
A Docker image to run Factor with tools.testest is available on GHCR.
$ docker pull ghcr.io/codewars/factor:latest
The image can be built from this repository after cloning:
$ docker build -t ghcr.io/codewars/factor:latest .
Or using GitHub repository as a build context:
$ docker build -t ghcr.io/codewars/factor:latest https://github.com/codewars/testest.git
bin/run
can be used to run Factor kata in the current directory with the latest image.
$ cd example
$ ../bin/run
Authored by @nomennescio.