From the course: Learning Functional Programming with Swift

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - Swift Tutorial

From the course: Learning Functional Programming with Swift

Start my 1-month free trial

Next steps

- [Shaun] We've covered quite a bit of ground in this course, if you're wondering where to go from here, a great next step would be to take whatever apps or other programs you've already written in Swift and try converting them to make better use of functional concepts. There's also a book that I'd highly recommend for those of you looking for an extremely in depth look at functional programming, this book is called Structure and Interpretation of Computer Programs, and is available for free download on MIT's open course ware website. Despite it's rather dry sounding title, this book is a fantastic guide to thinking about programming in a very flexible way. Finally, there are a few other great courses in the library, for starters, if you have any interest in seeing how the concepts we've talked about in this course are expressed in JavaScript, check out my other functional programming course, Learning Functional Programming with JavaScript, and for those of you looking to learn a…

Contents