5 ms·
I'm curious, in what niches are people using Swift for new applications these days? I've enjoyed working with Swift in the past (albeit in very limited capaciti
by ChefboyOG 9mo ago
I'm curious, in what niches are people using Swift for new applications these days? I've enjoyed working with Swift in the past (albeit in very limited capacities), but I haven't personally come across any Swift-based initiatives in a while. I had high hopes for Swift for TensorFlow, but it was ultimately killed off.
- frizlab 9mo agoUsually for native iOS/macOS applications. I use it also for a server of mine (and generally any new project I have). I have also a few open-source projects in Swift[1][2], but none known. [1] https://github.com/xcode-actions https://github.com/xcode-actions [2] https://github.com/Frizlab?tab=repositories&q=&type=&language=swift&sort= https://github.com/Frizlab?tab=repositories&q=&type=&languag...
- jordanekay 9mo agoApps for Apple platforms.
- lukeh 9mo agoI'm using it for the "business logic" (control plane) in an embedded device. Yocto integration may be useful to others doing same. [1] [1] https://github.com/jeremy-prater/meta-swift https://github.com/jeremy-prater/meta-swift
- hirvi74 9mo agoI honestly use Swift as a scripting language for a lot of various things. Most often, I use Swift for GUI scripting as a replacement for AppleScript (sometimes I use them together). I absolutely adore Swift as a language.