gokr / spry

A Smalltalk and Rebol inspired language implemented as an AST interpreter in Nim
Other
389 stars 23 forks source link

Add Docker image to README #12

Closed thalesmg closed 4 years ago

thalesmg commented 6 years ago

Docker images are a great way to try things out.

I have made one image so I could try out the language, if you would like to use it.

$ docker run --rm -it thalesmg/spry

Welcome to interactive Spry!
An empty line will evaluate previous lines, so hit enter twice.
>>> echo "Hello World!"
>>>
Hello World!
nil
>>>

Github: https://github.com/thalesmg/docker-spry Docker Hub: https://hub.docker.com/r/thalesmg/spry/

gokr commented 6 years ago

Really nice! I will include it on the website which is btw up again on http://sprylang.se