lioness
lioness copied to clipboard
Make language available outside of Xcode
To increase the availability and development possibilities on other platforms alongside Mac
Just saw this language in my Google Now cards; I would use it for quick scripts if I could program in it anywhere.
To use it on other platforms I need to add Swift Package Manager support, working on that now 🙂
@louisdh I would like to contribute. But there are no open issue at the moment. Can you please provide some guidelines ?
@shreyans800755 I will add some issues soon, I'm currently setting up the project (making CI run the tests, code coverage, etc.)
@louisdh Thanks. I'll wait for it then.
- Good news: Lioness now supports Swift Package Manager: https://github.com/louisdh/lioness#using-swift-package-manager
- Bad news: the Swift Package Manager currently does not allow the inclusion of non
.swift
files, this means the Lioness Standard Library is currently unavailable from a Swift Package Manager installation.
Standard Library is now available from a Swift Package Manager installation (#4) 😀