Chevron Left
Back to Functional Programming Principles in Scala

Learner Reviews & Feedback for Functional Programming Principles in Scala by École Polytechnique Fédérale de Lausanne

4.8
stars
8,229 ratings

About the Course

Functional programming is becoming increasingly widespread in industry. This trend is driven by the adoption of Scala as the main programming language for many applications. Scala fuses functional and object-oriented programming in a practical package. It interoperates seamlessly with both Java and Javascript. Scala is the implementation language of many important frameworks, including Apache Spark, Kafka, and Akka. It provides the core infrastructure for sites such as Twitter, Netflix, Zalando, and also Coursera. In this course, you will discover the elements of the functional programming style and learn how to apply them usefully in your daily programming tasks, such as modeling business domains or implementing business logic. You will also develop a solid foundation for reasoning about functional programs, by touching upon proofs of invariants and the tracing of execution symbolically. The course is hands-on; most units introduce short programs that serve as illustrations of important concepts and invite you to play with them, modifying and improving them. The course is complemented by a series of programming projects as homework assignments. Recommended background: You should have at least one year of programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript, or Ruby is also sufficient. You should have some background in mathematics (e.g., algebra, logic, proof by induction). Last, you should have some familiarity with using the command line....

Top reviews

RS

Oct 8, 2016

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.

VP

Sep 13, 2018

It took me much longer than expected to finish the course and sometimes it made me feel stupid and helpless. Diving into functional programming was a mind bending experience, totally worth time spent!

Filter by:

76 - 100 of 1,611 Reviews for Functional Programming Principles in Scala

By Macocian A R

Jan 24, 2021

After trying 2 days to get it working with different configurations (JDK 1.8, JDK 15, sbt 1.2.8, sbt 1.4.5) I could not get the example program to run. So I think I'm better of finding an up-to-date tutorial and not something that just looks like was made 10 years ago and was just patched as new versions came out.

By Max G

Mar 8, 2021

Poorly written, terribly explained. Setup was far from simple. This is the first course I've ever dropped. Will go directly to scala-lang.org's tutorials.

By Christopher K

Dec 13, 2016

This is an excellent course and a great introduction to functional programming and Scala. If this is the first time you come across functional programming concepts and practices prepare for some frustrating times ahead … but don’t get discouraged it happens to everybody. This is not the kind of course that you can rush through and get a 100%, it needs your attention and some thoughtful effort. Needless to say, if you persist till the end the rewards are plenty, and by the time you complete the course you ‘ll have a feeling of real accomplishment and satisfaction.

Prof. Odersky is an excellent teacher and the material is well organized and presented (probably because a version of the course is offered at EPFL as well).

If you are interested in programming/programming languages don’t miss this one out!! It’s a course that is well worth your time.

By spamegg

Jul 10, 2022

Great course. However it's quite tough.

Definitely on the academic side. Not only it requires programming experience and some knowledge of programming languages, it also requires being familiar with many mathematical ideas (such as Recursion, First Order Logic, basic Sets and Functions theory) to fully benefit from it. I think the course might be better off advertising its difficulty upfront a bit more.

However, it gives you very solid fundamental understanding of not just Scala but all the concepts commonly found in FP languages and OOP languages. The Scala way of doing things is definitely "weird" at first, especially the ridiculous amount of syntactic sugar makes it challenging for beginners.

Find me on the Discussion Forums. I frequently try to answer questions!

By Trilobiet I

Feb 4, 2021

Either you take the whole specialization or just this course. Everything until the end builds upon the skills taught in the first course. I did the entire specialization which was very satisfying, I really learned a lot and my rating counts for the whole specialization. Course material as presented may be a little dense sometimes so I read some books as well (Alvin Alexander, Cay Horstmann, Odersky and of course Abelson). I already had a firm grasp of Java lambda's but being completely new to Scala a whole new world opens up. Spent a considerable amount of time coding, sometimes completely left in the dark, but now that I've completed the specialization it really strengthens my confidence as a programmer. Thanks to all the teachers, it was a pleasure.

By Jong H S

Aug 21, 2017

It's really a privilege to learn from the master Professor Odersky. This is a wonderful and relevant course. My most sincere appreciation to Professor Oderskey who has gone great length to impart knowledge of Scala to the masses. This course, together with 2 other courses in the series have removed all doubts and skepticism I have on when and how to use Scala in Data Science, what kind of problems that I can solve using this language and so forth. This course is truly effective and of the highest quality in every aspect: delivery, content and assignments. In other words, it is of Rolex quality. I will surely recommend this course to anyone interested to get started with Scala or even seasoned programmers. Kudos to Professor Odersky and team.

By Endre P

Aug 30, 2018

Really good course to learn the basics of Scala (well). I always thought Scala is simply a better Java, and read a book that followed exactly this approach, since I am an experienced Java developer. However, after taking Martin Odersky's course, I realised his approach to teaching Scala, namely considering it as a completely new language rather than an improved Java makes it much easier to master the language for those who are already experienced in Java or C#. Prof. Odersky is really good at explaining, and leaves no loose ends in the material, which is rare in todays MOOCs. The assignments are also complementing the theory well enough, and makes you practice all that you have learned from the videos. All in all, a great online course.

By Mumtaz

Jun 3, 2019

This is my very first course on Coursera and thanks to their scholarship Program which make me enable to learning from world top faculty in the field of Computer Science. It is like a dream comes true and you will surely feel like you are physically taking the lecture at EPCL ( École polytechnique fédérale de Lausanne / Swiss Federal Institute of Technology Lausanne). I would highly recommend this course even if you know nothing about functional programming like me. Keep in mind that the instructor of this course is the designer of the Scala language and who would be the best teacher other than the designer itself. Additionally, EPCL is world's top 22 and 8 in general and computer science subject ranking by QS Top Universities 2019.

By Ian E

Dec 6, 2016

An excellent course but tough! It has to be the number one way to be introduced to Scala. I spent a lot of time absorbing the material given in the lectures; the material is pitched just right to keep you thinking but yet not lose you. And the language is big, so there is a lot to cover, but I expect the greater expressiveness of the language to make developing software ultimately easier. I have an OOP background and had just played with LISP and Racket before, so though recursive programming was not entirely new, I found the assignments very demanding. But with perseverance they are doable and you are rewarded with satisfyingly elegant solutions. Verdict: highly recommended.

By Garth M

Mar 6, 2018

Very good course. Real brain teaser for one experienced in imperative programming. When I thought their tests were mistaken, a little reflection taught me new principles and I found that it was I who was in error. As one who has taught and loves to teach, I think the design of this course is excellent. I especially liked the pause in the lecture where a problem was presented which I could copy and paste into a worksheet and solve. Sometimes my first efforts were fruitless and I was totally clueless but without a dent from experience, a new concept often has no place to go. When you experience a lack, your mind and heart are ready for the solution. Good way to teach!

By Dương N Q

Aug 27, 2022

The course is a gentle guide to functional programming in Scala. Throughout this course, I have experienced functional programming and consolidated my knowledge on algorithms. I recommend this course to anyone who wants to experience functional programming.

I am a web developer. I am interested in functional programming, but I cannot say I like JavaScript's approach, which is so patchy. Then I decided to learn more about functional programming via Scala. It is a good decision. As a web developer, I might never use Scala in the future. But I like what I have learned. I appreciate the experience I have gained and tend to apply this programming style whenever possible.

By Ty B

Jun 25, 2016

I use a lot of Java in my current job, but recently had a chance to dip my toes into Scala for a recent project. I liked it so much, I decided to take this course to get a little more knowledge of the language.

I have to say, I don't think you can get much better of a teacher for an intro to Scala course than the designer of the language itself. The course was easy to follow, featured relevant assignments, and was quite useful. At one point, Odersky mentions basing the course partially off of SICP and that seemed apropos -- the course was sort of a condensed, Scala-based version of SICP.

I'm definitely looking forward to taking the next course in the series.

By Roland F

Jul 22, 2017

This is easily one of the best courses on Coursera. Martin Odersky explains concepts very clearly, motivates them well, and teaches at a level suitable for newcomers. He manages to effectively teach principles of functional programming while also introducing the Scala programming language. Exercises are challenging and require creative thinking that enable them to often be solved in multiple ways, and are very rewarding. I think that taking this course has made me more aware of good programming practices and thus helped me become a better programmer. Would highly recommend for anyone studying computer science or software engineering.

By Sergio L

Jun 25, 2017

Very good introduction to Scala and functional programming. Some of the exercises are quite challenging and i can imagine that the lectures would be difficult for someone who has never done functional programming before. I think it would be better that when a new concept is explained, it should be explained with a simple example. That way, the learner can focus on learning the new concept in isolation. Sometimes, a new concept is introduced in the context of a difficult or mathematical problem. This means that the learner needs to understand the problem domain as well as the new concept. This is the case in the exercises and the lectures.

By Charles A

Dec 17, 2019

Amazing opportunity to see Scala from the perspective of its author. The explanations and topic sequence are really good. The examples and assignments are quite deep. I learned a lot about FP and the beauty of Scala syntax/constructs. The platform is really good. I will definitely do more Coursera courses. In a few places there's more maths than I expected (but it isn't necessary if you aren't interested). The getting started material is a little dated; I expect most people are using IntelliJ - it's very important to "import" the sample projects (not open them). Sometimes I found the guidance more confusing than the problems.

By Josh S

Oct 10, 2018

A wonderful course taught by Martin Odersky (Scala's designer.) The lectures are both meticulously crafted and thoroughly engaging. Odersky is that rare professor that's not only an expert but an exceptionally good teacher with a passion for the subject. Don't skip the optional lectures, every video is filled with gems. If you really want to know functional programming (for that matter, if you really want to know object orient programming) this course is for you. I've been a software engineer for more than 10 years, and I can't believe how much I am learning from this course, including subjects that I thought I already knew.

By Santiago A

May 16, 2019

This course was very useful for learning Scala the right way. Everything is perfect but, even for people as me with experience in big data, functional programming, and discrete mathematics, it was difficult to follow up on some exercises, especially understanding recursivity with set combinations or with 'for's with two variables(i,j). However, these very hard exercises were few. The other exercises are just hard, and there is not an easy exercise.

This is an advanced course for people with solid bases on discrete mathematics, data structures, algorithms, software engineering, compilers, and operating systems.

By Niina S

Jun 5, 2017

The videos were a great way of learning: seeing and hearing the way Odersky thinks was mind-opening. I'm an aural person, so video is some 300% more efficient to me than just slides/pure text based web pages. Also the point were the video stopped and the student was really put to use his/her own brain was an excellent idea.

Some of the exercises were too difficult for me. Luckily I have a person I can consult if I'm stuck too long with the same problem. (He didn't write the answers, just gave me some hints with pseudo code.)

Recursion has always been hard for me. I'm sure it got better with this course.

By Fernando

Jun 25, 2017

I'm a java developer and I'm interested on Big Data projects because of that I decided to learn a functional language, I choose scala because it runs on the JVM, because there is plenty of info about, but the main reason was because I found this awesome course given by the creator of the language. The course is easy to understand and it invites you to do additional research thru the recommended material, the book "Structure and interpretation of computer programs" helped me a lot. The exercises from week 4 and 6 are tough, and I like that, but definitely additional guidance would be of great help.

By Glenn L

Feb 13, 2020

The programming assignments are tough, but thinking at different levels while working hard to reach higher levels of thinking makes us tougher. For each assignment I open, I somewhat die inside. And then try to do it. It's both a blessing and a curse. It's a blessing because we actually become tougher engineers who could think in pure functions. It's a curse because you wrack your brain so much that it hurts and it gets blank, and then check the clock only to find out it's only been 3 hours since you started an assignment. It gets a little bit easier with each successful writing of a function.

By Mark B

Jul 31, 2016

I thought this was an excellent course. I found it challenging and had to re-read lecture notes and work through examples in order to be able to complete the assignments, but I felt that I learned a lot about both Scala and functional programming. My only criticism is that the setup section is unclear. I ended up using Eclipse and did not use IntellJ at all, yet the setup is unclear on this. Also there is a point when using Eclipse and importing a project where you have to type $ sbt Eclipse and if you get this wrong then you are stuck! So if you get stuck - go to the Discussion pages.

By Kedar M

Oct 28, 2017

Martin is a great teacher. There are several positives of this course. Apart from learning the basics of the Scala syntax and semantics from its creator, you learn the functional constructs and functional thinking in a very constructive environment. Martin paces the lectures well and does not dumb down the material. Rather than learning Scala from other sources, one's pursuit should begin with this course and then of course one can do more programming exercises to reinforce. The assignments in this course are very well thought out (although I'd have preferred less of a structure).

By yevhen v

Mar 18, 2017

Very detailed and deep theoretically diving in basics of functional programming. Very pleased to have ability to listen to material which is well structured, though many thing still not clear(from NodeJs developer perspective).

PS: Anagram tasks(Week 6 assignment) does have some variations regarding output results and required running testing with tracing outputs to get required algorithm output. Possibly it would be nice to write down that anagram should match as long words as it can(in order to omit variations with partial matches, which can be considered as a sentence)

By Rishi K

Aug 7, 2016

Functional Programming Principles in Scala is one of the best courses for those who want to start with Scala and learn about it's functional aspects and where to apply them. It introduces the language of Scala and is a great course for those who want to explore into the functional programming aspect of Computer Science. The concepts are explained lucidly and the assignments are relatively difficult and help the individuals to apply the learnt concepts in an incremental manner. I was really excited on taking this course, and it has lived up to all my expectations from it.

By Daniel K

Aug 21, 2016

Very interesting and quite challenging at times. It's not a beginner course, you need a solid understanding of recursion (which is all over the place), knowledge of some basic data structures might help too (e.g. binary trees), knowning some Java would help too for obvious reasons (data types, generics etc.).

Some of the concepts are really mind-bending, mostly because a lot of us are not used to this type of programming.

I highly recommend the course and also the companion book (by prof. Odersky) for deeper look into the Scala guts.