Natural Language Processing (NLP) has been on a tear since 2018 (though is still regarded as an unsolved problem), with…
Swift on Linux: Package Manager Resources
A new feature for Swift 5.3 is Package Manager Resources which allows files such as .md, .png, .jpg, .txt and…
Swift on Linux: What Kind of Applications Will I build?
The iOS Developer Community Survey has a section which asks respondents to rate their current adoption of Swift for building…
Read More Swift on Linux: What Kind of Applications Will I build?
Swift on Linux: SPM
The Swift Package Manager (SPM) is a tool for creating Swift applications and managing their dependencies. SPM supports Executable and…
Swift on Linux: REPL
Swift provides an interactive Read Eval Print Loop (REPL), which is accessed by typing swift at the command prompt. $…