Well, for example in Python we can run another program from interpreter by
 
import subprocess
result = subprocess.run('ruby script.rb').stdout
 
My question is next:
Can we do something from Swift file at runtime or maybe from terminal via REPL
 
And can you send me resource when I can read about work with stdin, stdout in 
Swift, because is very small info in Documentation (Standard Library I/O)
-
Alexandr
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to