Re: [swift-users] Using Task on Linux

2017-01-09 Thread Alex Blewitt via swift-users
When you run it with absolute paths for the 'swift' and 'python' executables, does it work then? Alex > On 9 Jan 2017, at 06:20, Mr Bee via swift-users wrote: > > Hi, > > I'm writing a simple editor on Linux for Swift language. I use Task (was > NSTask) to run the Swift REPL. Unfortunately,

[swift-users] Using Task on Linux

2017-01-08 Thread Mr Bee via swift-users
Hi, I'm writing a simple editor on Linux for Swift language. I use Task (was NSTask) to run the Swift REPL. Unfortunately, Task failed to execute the Swift REPL for no obvious reasons. The Swift compiler and REPL are installed just fine and able to execute any Swift codes. However, my exact same