Re: Going Server-side with Swift Open Source

2016-06-16 Thread Chuck Hill
Not to mention the enormous selection of Java libraries. If you really don’t like Java, try Kotlin (https://kotlinlang.org) which does run on the JVM and is very similar to Swift. Chuck From: on behalf of Ricardo Parada

Re: Going Server-side with Swift Open Source

2016-06-16 Thread Ricardo Parada
Hi - I’ve been following Swift’s evolution in the swift-evolution mailing list. As it exists today on the server is still lacking some key features needed to implement key-value-coding. There is a MIrror class that allows you to see the property names of a class (or even a struct) and get

ERXSortOrderings

2016-06-16 Thread Luiz Alfredo Carrara Bertusso
Hello. I've used the method sorted of ERXSortOrderings to sort a list according to some rules. The list I've sorted may have null values sometimes and I'd like these null values coming at the end of the list. Is there an option to do that? Thanks. ___