The Swift++ Project is an effort to build a compiler which translates source code in a Smalltalk-based language and generates binaries for the Swift and Objective-C environments, the goal being to leverage the work of the Swift community to port the ecosystem to various platforms: desktop computers, smartphones, servers, etc.
There are currently two repos the work is proceeding on:
Learn more and contribute on GitHub.
Building Swift requires 20 separate repositories to be cloned into a source tree hierarchy. To get to a compiler which doesn’t require those repos, and the 70GB of storage space a full, debuggable build requires, the Swift++ build system must be weaned off Swift’s.
Have questions or suggestions? Feel free to open an issue on GitHub or ask me on Twitter.
Thanks for reading!