nsscreencast / comments

Public comments on NSScreencast.com
0 stars 0 forks source link

Command Line Apps In Swift - Parsing Arguments #207

Open subdigital opened 3 years ago

subdigital commented 3 years ago

Written on 10/16/2020 13:21:48

URL: https://nsscreencast.com/episodes/464-swift-command-line-argument-parser

subdigital commented 3 years ago

originally written by Felipe Oliveira on 10/24/2020 16:01:02

Is there an easy way to run those Swift Command Line apps in Linux?

subdigital commented 3 years ago

originally written by subdigital on 10/24/2020 18:55:54

It depends on which libraries you import, but in general yes, you can compile and run these on Linux. Keep in mind that the open source Foundation that works on Linux is missing some features (like GCD IIRC), and I am not sure if Processes and Pipes work there either.