Chevron Left
返回到 Functional Programming Principles in Scala

学生对 École Polytechnique Fédérale de Lausanne 提供的 Functional Programming Principles in Scala 的评价和反馈

4.8
8,266 个评分

课程概述

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....

热门审阅

EC

Jun 4, 2019

It was a good introduction to Scala for me. The video are precise and concise. The assignment are made for you to apply the concepts seen in the videos, but they remain challenging and fun to do!

GS

Sep 17, 2022

The course is v​ery well structured and explained, I enjoyed and learned a lot. At least for me, I needed way more time for understanding the theory and completing the exercises than what estimated.

筛选依据:

326 - Functional Programming Principles in Scala 的 350 个评论(共 1,617 个)

创建者 Тюриков С В

Mar 22, 2020

I have been developing applications on a scala more that year and have taken a course to structure and evaluate my knowledges. Highly recommend for beginners and experienced developers.

创建者 MrAlex

Aug 30, 2019

My mind has been made recursive; I hope - tail-recursive :)

Essential knowledge and amazing experience with assignments! Huffman Coding is COOL! ;)

The must-have course for FP developers.

创建者 Justin T

Jul 29, 2016

Top notch teaching from the designer of Scala. Highly recommend this to any programmer new to functional languages as you would gain a new perspective for tackling programming problems.

创建者 Juan A

Oct 23, 2016

I'd very much recommend this course to anyone interested on programming, as it teaches you, week by week, to think about your approach to a problem in a different and enlightening way.

创建者 Sunit C

Jun 4, 2017

A Great Course... I had already worked in Scala for 6+ months when I took this course, and it really helped me clear my fundamentals in many things. Martin Odersky is a great teacher.

创建者 William W

Dec 7, 2017

The elegancy of functional programming has been fully demostrated in this fabulous course. It used to be pages of Java code but now it's merely lines. It's not easy, but it deserves,

创建者 Irina G

Jun 2, 2017

Great course, good introduction to functional programming. The concepts are introduced gradually, and that makes them easier to understand. Fun exercises! Thank you for the course!

创建者 محمد ر

Oct 29, 2016

This course was really helpful to understand the paradigms of functional programming. The exercises were not all easy to solve and this helps a lot in applying the course concepts.

创建者 Etienne G

Oct 20, 2016

A clear and interesting course. Assignments are well designed and very engaging, allowing to focus on the answer rather than loosing time on understanding what exactly is expected.

创建者 wojo93

Jan 30, 2022

Completion of the course required quite a lot of perseverence, but it's definitely worth it. Definitely recommend taking the course to people interested in learning more about FP.

创建者 Jude O

Jan 9, 2019

Absolutely amazing course, I've never enjoyed learning a new programming language as much as through this course. The programming assignments are challenging and interesting too.

创建者 Swagata P

Aug 3, 2017

Simply unbelievable. I completed twitter scala school before so could skip the language parts. But the rest was truly amazing. Want to revisit the contents again as much as I can.

创建者 Peter T

Jun 6, 2016

A very profound introduction to Scala and Functional Programming. This is not just another explanation of syntax and language features. It touches many topics of computer science.

创建者 VIRAJ B

May 13, 2019

Enjoyed the course! Functional programming is a different way of thinking about programs. Assignments helped to re-enforce the learning. Thanks to Coursera and the course staff !

创建者 Zhiwen F

Jan 24, 2017

It is definitely a great course, from which I have enjoyed so much of functional programming and Scala. Hopefully, I can achieved other courses related to functional programming.

创建者 Roberto

Aug 30, 2016

Amazing course, well presented, with interesting study cases in every lesson. The course shows very well how rich Scala is as programming language.

I will recommend it to anyone.

创建者 Ravindra N

Sep 23, 2018

Very good introductory course. I'd recommend it for folks who have experience with imperative programming and are trying to transition to a more functional style of programming.

创建者 Basanth R

Dec 20, 2016

Great introduction to scala. For best results, read the scala book concurrently or immediately after this course. And of course, follow up with a real project on scala at work.

创建者 Ravikiran P

Apr 17, 2021

very well taught course. The concept of conciseness is introduced and included in every aspect of this course. A very mathematical approach to problem solving and programming.

创建者 Piyush B

Jul 22, 2017

A must take course for anyone who wants to get a good hold over syntax and semantics of Scala ... and develop his skills through a purely analytical and functional approach :)

创建者 Jose C

May 5, 2019

I think the content of week number 6 is a bit complicated so it would be good if it is expended a little bit with a few more examples, other than that the course is excellent

创建者 Darcio L P

Mar 15, 2018

Don't try to learn Scala (or FPL) with less than that. There are easier sources, but none of them are going to make your foundations really muscular like the Odersky classes.

创建者 Nicolás V O

Feb 3, 2017

I have been programming in Java four years ago (all my degree) and this course help me too much. Understand the functional programming is very important for every CS student.

创建者 Revathy M

Mar 25, 2018

I have started understanding Scala from different perspective as I am new to functional programming - tough though and a long way to go. But I am happy that I am trying out.

创建者 David O

Jan 6, 2017

Well structured initiation to functional programming with Scala. You convey very well the mindset required for functional thinking. Thanks for making this course available !