lioness icon indicating copy to clipboard operation
lioness copied to clipboard

Make language available outside of Xcode

Open niihelium opened this issue 7 years ago • 7 comments

To increase the availability and development possibilities on other platforms alongside Mac

niihelium avatar Jun 01 '17 13:06 niihelium

Just saw this language in my Google Now cards; I would use it for quick scripts if I could program in it anywhere.

s5bug avatar Jun 01 '17 14:06 s5bug

To use it on other platforms I need to add Swift Package Manager support, working on that now 🙂

louisdh avatar Jun 01 '17 18:06 louisdh

@louisdh I would like to contribute. But there are no open issue at the moment. Can you please provide some guidelines ?

shreyans800755 avatar Jun 01 '17 18:06 shreyans800755

@shreyans800755 I will add some issues soon, I'm currently setting up the project (making CI run the tests, code coverage, etc.)

louisdh avatar Jun 01 '17 18:06 louisdh

@louisdh Thanks. I'll wait for it then.

shreyans800755 avatar Jun 01 '17 18:06 shreyans800755

  • 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.

louisdh avatar Jun 01 '17 20:06 louisdh

Standard Library is now available from a Swift Package Manager installation (#4) 😀

louisdh avatar Jun 14 '17 15:06 louisdh