objectionary / ideas

Here we keep ideas for future research in EO programming language and Polystat static analyzer
https://www.eolang.org
7 stars 0 forks source link

eo-exec: bridge to command line shell #34

Open yegor256 opened 2 years ago

yegor256 commented 2 years ago

Would be great to let EO programs execute shell commands:

+import org.eolang.exec

exec > e
  "echo"
  "Hello, world!"
e.stdout
e.stdin
e.stderr
e.wait > r
r.code