Hacker News new | ask | show | jobs
by MiroF 2502 days ago
if I’m going to be developing, I need a compiler, not a REPL or a notebook. Haven’t managed to find that
1 comments

The Dockerfile in the swift-jupyter repo is a superset of what you need. You could remove the lines dealing with jupyter and you'd be left with a Docker container with the s4tf compiler.

https://github.com/google/swift-jupyter/blob/master/docker/D...

Thank you - I will give that a try!