Hacker News new | ask | show | jobs
by lreichold 2502 days ago
Not local, but you can start using S4TF immediately via Google Colab.

https://colab.research.google.com/github/tensorflow/swift/bl...

1 comments

if I’m going to be developing, I need a compiler, not a REPL or a notebook. Haven’t managed to find that
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!