開源自己使用的一個代碼庫 Swift Extended Library:
https://github.com/WeZZard/Swift-Extended-Library
比較有趣的幾個函數:
1. diff(): 用來考察兩個 SequenceType 之間的差異
2. enumerate(): 用來遍歷所有 RawOptionSetType conformed type 的可能值
野心很大,想做 Cocoa/Cocoa Touch 的 native Swift alternative,不過目前剛寫了一些 Swift 下的 conveniences.
忘了說,這是 Swift 1.2 的代碼……
1
tony1016 2015-03-05 09:41:57 +08:00
目前看到最强大的,最有野心的是这个 https://github.com/practicalswift/Pythonic.swift 完全想把swift写成python
|
2
skyline75489 2015-03-05 21:45:55 +08:00
@tony1016 +1,而且代码质量还很高
|