Exercism is a plateform to learn programming languages. It offers coding exercises for over 30 languages.
The following Dockerfiles allow you to test your challenges by only installing docker. This makes trying new languages easier.
LANGUAGE=???
EXERCISE=~/exercism/$LANGUAGE/???
docker run \
--rm \
--interactive \
--tty \
--volume $EXERCISE:/opt/exercism \
plippe/exercism:$LANGUAGE
or
LANGUAGE=???
EXERCISE=~/exercism/$LANGUAGE/???
docker run --rm -itv $EXERCISE:/opt/exercism plippe/exercism:$LANGUAGE
The following languages are available on Docker Hub.
Content type
Image
Digest
Size
196.4 MB
Last updated
almost 8 years ago
docker pull plippe/exercism:scala