objcio / functional-swift

Issue repository for the Functional Swift book
http://www.objc.io/books/fpinswift
927 stars 133 forks source link

Swift 2 #107

Closed grosch closed 8 years ago

grosch commented 8 years ago

When will the book be updated for Swift 2? The entire generator/sequence chapter is now kind of out of date as they've done away with what you've shown.

floriankugler commented 8 years ago

@grosch We're basically just waiting for copy-editing to get done.

Could you be more specific what you mean by "as they've done away with what you've shown"?

grosch commented 8 years ago

GeneratorOf will give a compiler error saying 'GeneratorOf' has been renamed to 'AnyGenerator'

floriankugler commented 8 years ago

@grosch Ah ok – yes, the API has changed, but the concepts are still there. The updated book will of course account for those changes.

yas375 commented 8 years ago

Thanks for updating the book! And for making a beta of the updated book available for those who bought the book. Any chance you can also share updated playgrounds please? :)