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.
By Arvind B
•Enjoyed taking the courses and solving the assignments. The last one was a bit tough but other than that it was a good intro to scala. Might be challenging to people who've never read any other book on Scala. (I already had read martin's programming in Scala book) and this felt like good supplementary material.
By Korbinian K
•Very well organized course! The material is systematically explained in Lecture videos and the exercises efficiently support the learning. The exercise checking with sbt works perfect and gives useful debugging hints. I recommend to set up Eclipse with Scala plugin since this IDE also gets used during Lecture.
By Sinisa C
•Great course! From the creator of Scala. That is privilege not always possible. The difference with videos from trainers who learn Scala just to record their course is incomparable. I will definitely continue the specialization path after some time of reviewing and practising the knowledge gained in this one
By Peter N
•Good brain trainer. A bit overloaded by math-theory examples, but obviously it's what could be expected for general introduction to any programming learning. This course well introduces basics for Functional Programming and will be good not only for Scala developers. Thank you to Martin and other creators.
By Marc K
•Really good course! Well explained, focused on the important concepts and the lessons well chained together. Now, the assignments can take much longer than expected. There is a bit of a gap between the theory of each lesson and the amount of thought that one has to put to pass their respective assignments.
By ROUINEB H
•I really loved this course, I mean everything, nevertheless, sometimes I felt frustrated the way FP is different than Imperative programming, being used to it, at first it was some how hard, specially with immutable context, but at end, once you grasp the idea, everything falls in place as it should be.
By Timothée P
•A very interesting course. Both functional programming and Scala were new to me. I had a hard time for several programming assignments, as the functional way is difficult when we are used to the imperative way. But this difficulty makes it only more gratifying when everything works. Thank you very much.
By Jiaxing L
•Wonderful course in Scala. The programming assignments are fun and challenging. The course is probably too hard if you haven't programmed in static typing language such as Java, and contains a lot of stuff that seems only useful when you are more experienced, but the overall quality is still excellent.
By William H
•Martin Odersky is an educator of note. But like all Olympians who make their sport look so easy and effortless, this expertise cannot happen without lots of practice. The grading exercises are crafted to give you that practice. An excellent course. Well done to the team that put this together.
By Jacobus H
•Excellent course to start your journey on mastering functional programming. My review is, however, biased because I have been programming (with imperative languages) for many years. Irrespective of that I have learned new ways of reasoning and thinking that also aid my imperative programming skills.
By Lars G
•A really nice opportunity for gaining a first insight into the principles and motivation aspects of functional programming using Scala.The exercises are well chosen and might bring back some memories of other exercises you had to complete during your previous education.Good job, Martin Odersky!
By Maksym S
•This class is a great introduction to functional programming combined with object oriented programming and the combination of both gives you quite a lot of power. This part is not always taught in functional programming classes. As a great side effect you will get you quite acquainted with Scala.
By Yuan M
•The course assignment is just brilliant. It guided me and influenced me to follow TDD pattern. The feedback I got after submitting each assignment focused both on the workability as well as syntax, I picked up a lot of best practices to write scala codes in the process. Really a great course!
By Fernando T
•Excelente curso. O curso faz um longo desenvolvimento dos aspectos da linguagem e passa a intuição da construção das operações.
Não simplesmente um curso de prática, é um curso de entendimento mais profundo em que em alguns casos você tem pensar com lápis e papel antes de programar a tarefa.
By Brad F
•This course was very well structured and taught the core principles of functional programming very well. I was able to take away many concepts and use them in the real world. I would highly recommend this course for anyone who wants to push themselves to code in a purely functional manner.
By futtetennista
•I greatly enjoyed this course. I was already familiar with some FP principles but it was interesting to see scala's take on them. The weekly assignments were challenging and a lot of fun. I think I learned a great deal from this course and I'm looking forward to the specialisation courses.
By Pirooz C
•The course provides a nice overview and introduction to functional programming and Scala. The weight of the material covered in this course is well defined for general programmers who want to learn functional programming and Scala. It will be a bit difficult with no programming background.
By Massimiliano D
•High quality course. It accomplished to describe the basics as well as the most advanced features of the Scala languages, and how these features neatly and naturally mix together to allow the developer to write functional and elegant solutions to complicated tasks.
I highly recommend it.
By Mohan S
•I had been knowing about functional programming since my college days. However, I had to unlearn them all and get the real feel of it in Martin's point of view. It is an excellent course !!
It is a great opportunity to learn the concepts from the professor Martin ! Thanks a lot :-)
By Jose A J C
•This course is really good. The instructor explains very well all the concepts. This course has helped me not only to learn Scala but also to think in a different way of creating programs with the functional paradigm. I find some exercises difficult but they are useful for learning.
By Antonel P
•I really liked this course, the way Mr. Martin Odersky structured and presented it. Some of the assignments were a bit difficult but in the end I am happy with the acquired level of scala and functional programming. Surely I will continue with the rest of the courses in this series.
By Miklós H
•It was a bit difficult to switch from mutable data structures to immutable ones, and altogether I'm quite concerned with the performance tradeoff (which seems to be significant), but I like the brilliantly designed language syntax (even if it is extremely difficult to get used to).
By Jose M P R
•This course is excellent. Martin Odersky is not only an expert in the matter (dah!, I know; he created the language!) but he is an outstanding teacher (that I didn't know until I started the course). He explains things so well, thoroughly but with simplicity. Extremely good stuff!
By Manoj S
•Very good and interesting course certainly provides a good level of foundation for functional programming. The exercises are challenging and it did take me longer then 3 hour to complete the course work. Further I had to revisit the videos and get the additional reading materials.
By Michael N
•Great Instructor and challenging problems. The exercises help to reinforce the ideas presented in the lessons and the weekly assignments force you to use the skills. I will say that the programming assignments seemed a bit harder than they needed to be to help reinforce the ideas.