Archived

This forum has been archived. Please start a new discussion on GitHub.

Slice compiler for Swift

Hi,

As Apple now released the final version of its new language Swift, it would be nice to add an Ice Touch Slice compiler that generates Swift code instead of just Objective-C or C++

I think it can be a bit easier to do, as you can have all the low level work done using the current Objective-C library, and just create wrappers so developers can go straight to Swift instead of having to do the wrappers themselves, meanwhile you can have time to consider if you create a pure Swift Ice library in the long run.

Thanks