Really good explanation by the instructor. Good assignments. The assignments gave a good insights into functional programming. I loved the way the problems were decomposed into neat smaller functions.
As expected Martin is awesome in explaining principle of functional programming. I have started reading the book as well to make sure I keep up with the knowledge which I have gained from this course.
创建者 Francisco M L Z
•Great course, but I think it's a bit difficult to put your attention on functional programming itself when there are so many math examples and not trivial algorythms. Anyway, I enjoyed it and looking forward the next one
创建者 Konstantin
•The course is worth learning. It is interesting and challenging. Even though I needed more time than one session to complete the course because of some of the assignments, I don't think that they should be made easier.
创建者 Eran B
•I really enjoyed the course, even though some of the concepts were quite familiar as a CS graduate student. Prof Martin Ordesky goes to fine details, which make the Scala big picture much clearer.
Definitely recommended.
创建者 Cristian G L
•This is an amazing course given by one of Scala's authors. So many new concepts for those coming from Object oriented programming. It is a new world where some applications can be coded in a few lines of pure functions.
创建者 Pravin M
•It is "the best course" to start understanding functional programming and get ur feet wet with scala.I really loved the way in which concepts have been explained , it has really helped in writing code in functional way.
创建者 Ibrahim M
•Great Start in functional programming. It tackles a lot of the main concepts of functional programming. The way I was taught Scala in this course showed me how to leverage both FP and OOP to solve problems efficiently.
创建者 Sergey G
•Really great course. Martin explains the material with passion and in detail. Learning functional programming was a lot of fun, because it enforces you to adjust your approach based on experienced with other languages.
创建者 Fred N
•Excellent course. I always wanted to know more about functional programming and this was an awesome introduction. All of the examples are very well chosen. I found the assignments to be challenging but I enjoyed it.
创建者 Paul B
•An amazingly deep dive for an intro course: covers generics, pattern matching, immutable data structures in lectures. Week 3 had some issues with the grader robot and exponential run times if you wrote some bad code.
创建者 Bogdan F
•Прошел курс со 2 попытки. Если вы пришли сюда за знаниям скалы - вы их особо не получите.
Курс больше о ФП. Задачки для домашней работы довольно сложные явно требуют 5-6 часов работы для людей у которых нет опыта в ФП
创建者 Ashok
•Wonderful course.. Gave me good insight in to functional programming paradigm.. Assignments are well created to apply the right thought process. I will recommend this course for any newbie to functional programming.
创建者 Yihan S
•It's more focus on the functional programming rather Scala programming language itself, but nevertheless it's fascinate to switch the mindset from one to another and think about the a totally different perspectives.
创建者 Matthias R
•very clear, informative, thought through course in functional programming. This course gives additionally to the programming of Scala a background and up-to-date view on functional programming topics and objectives
创建者 Nicolas B
•Cours très formateur. Les explications de Martin Odersky sont très claires (il faut néanmoins un niveau d'Anglais correct pour suivre ce cours) Je recommande vivement à tous ceux qui souhaitent apprendre le Scala!
创建者 Peter M
•Excellent course for Scala, if you want learn the functional programming. In some parts of the course was difficult to understand the math explanations (long ago out of the University). But i recommend the course.
创建者 Jon W
•An excellent and well-structured course. The exercises are challenging and interesting. The instructor combines in depth technical knowledge with the ability to explain things very well, which I've found is rare.
创建者 David F
•This is a great introduction to functional programming principles and Scala. By the end of the course, students can expect to have a good handle of Scala collections and how they work in the functional paradigm.
创建者 재문 심
•I know how to use scala collection and functional programming unclearly.
This course help me to understand functional programing theory and so on.
But, I still don't know about principle of Collections.flatmap ...
创建者 Кузнецов Н В
•Amazing intro to Scala! However I think that assignments may be more... practical (i.e. related more to some real-life tasks maybe) and concentrated on core concepts, not on dealing with Huffman coding trees :D
创建者 Bongani R D
•Challenging enough and well explained without clattering the course with material that can be easily obtained from the API. I like the way the material is delivered, pointing you in the right direction always.
创建者 Daniel W
•Hard going at first, as it was a mind-set shift from imperative programming programming to functional, but worth it when you get to the end and look back at what you've learnt and achieved in the assignments
创建者 Tom P
•Lectures were very clear and the topics were explained very well. The assignments were quite challenging and did take some time but, on completion, they were extremely rewarding and worth all of the effort.
创建者 Cheng H
•Lots of information in the course, it's not only a course for learning new programming languages; but also a great course share thoughts at a broad view about programming languages at all different styles.
创建者 Miguel R
•This course is exceptional, I haven't seen any course at this level, it is really hard even when having some programming experience, It should be taken by every programmer, really looking for next course!
创建者 Narek G
•Mostly Great!!
There were certain things in penultimate assignment that were only talked about after the assignment which was a little intimidating but in general the course was well sructured and useful