Difference between revisions of "Swift"

From Lost In Wonderlands
Jump to: navigation, search
(Swift Patterns)
(Swift Patterns)
Line 82: Line 82:
 
* https://developer.apple.com/documentation/swift/losslessstringconvertible
 
* https://developer.apple.com/documentation/swift/losslessstringconvertible
  
 +
 +
 +
== Swift Generics ==
 +
 +
* https://developer.apple.com/videos/play/wwdc2018/406
  
  
Line 87: Line 92:
  
 
   https://github.com/ochococo/Design-Patterns-In-Swift
 
   https://github.com/ochococo/Design-Patterns-In-Swift
 +
 +
 +
== Swift Algorithms ==
 +
* https://swift.org/blog/swift-algorithms/
 +
* https://github.com/apple/swift-algorithms
 +
* https://developer.apple.com/videos/play/wwdc2018/223/
 +
 +
=== more algorithms ===
 +
* https://github.com/raywenderlich/swift-algorithm-club
 +
 +
in python
 +
* https://docs.python.org/3/library/itertools.html
 +
 +
in C++
 +
* https://en.cppreference.com/w/cpp/algorithm
 +
 +
 +
=== tutorials ===
 +
* https://www.raywenderlich.com/18517868-swift-algorithms-getting-started
 +
* https://medium.com/swift-algorithms-data-structures/building-generic-algorithms-with-swift-64e20499309
 +
* https://medium.com/swift-algorithms-data-structures
 +
* https://www.programmez.com/actualites/swift-dispose-dune-nouvelle-bibliotheque-swift-algorithms-30992
 +
* https://www.infoq.com/news/2020/10/swift-algorithms-open-sourced/
 +
 +
=== forums ===
 +
* https://forums.swift.org/c/related-projects/algorithms/70
 +
 +
=== books ===
 +
* https://www.raywenderlich.com/books/data-structures-algorithms-in-swift/v3.0
  
 
== Sample codes ==
 
== Sample codes ==

Revision as of 10:56, 7 March 2021

Swift

AppleSwift

NeXT Steps

 here everything has yet to be done !

coming soon :


Everything You Always Wanted to Know on Swift... (But Were Afraid to Ask) a collection of links of interest

See also

Swift

Swift with Style

Swift API design

Swift Standard Library

Swift protocols


Swift Generics


Swift Patterns

 https://github.com/ochococo/Design-Patterns-In-Swift


Swift Algorithms

more algorithms

in python

in C++


tutorials

forums

books

Sample codes

Articles

Blogs

Tools link

Books