2:08 PM
アナウンスここにあった
2:09 PM
Note that running doesn't immediately stop at the end of the playground body, requiring ^C to end execution. This is for two really useful reasons: Any asynchronous code or callbacks will continue to execute and produce output; swift play monitors for any changes to files in the package and will automatically re-build/re-run if a file is modified. This makes for a super convenient iterative development tool.
t_naruhodo 1
2:10 PM
replとは違うけど、ターミナルが捕まって、コマンド打つまで開いていて、ソース側がウォッチされていてボットリロードされるみたい
2:12 PM
パッケージ開発をしやすくするものっぽいな
2:13 PM
ユニットテストと違うのは保存したらすぐ実行される事と、プライベートなシンボルが見える事かな