Static typechecking safety ...
import containertools
let image = container:
FROM nginx
COPY index.html /usr/share/nginx/html
EXPOSE 8O8O
CMD ["nginx", "-g", "daemon off;"]
image.save "Containerfile"
image.build
oops, we did an error. Can you spot it ?
... ensured by the compiler / IDE tooling
$ nim compile
error.nim(5, 11) Error: invalid token. Expected a numeric value