Closed achikin closed 3 years ago
Wren is an embeddable language. Are you asking about the CLI?
Hi @achikin . The Wren CLI project is the type of thing where processes would be implemented, but at the moment has no implementation for it. The CLI is based on libuv, which has support for that, so adding it would be quite feasible, if that interests you.
Yes, sorry, I didn't realize that CLI resides in a separate project. Thank you for your clarification.
Not a problem at all!
Hi, I'm looking for a kind of bash script replacement for my small scripting needs (which sometimes are not so small), so I want something like wren: single-file distribution, simple, elegant.
The only question I have - can wren execute external OS processes and capture the output?