Chevron Left
返回到 Functional Programming Principles in Scala

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

4.8
8,268 个评分

课程概述

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

热门审阅

MD

Jan 14, 2017

Content and the lecturing is super. All the assignments makes you think about the subjects. If you want to learn about functional programming and something about scala this is the course for you.

AJ

Jun 12, 2019

This is a remarkable course in which the creator of the Scala programming language not only teaches the language but also offers deep insights into the theory of programming and computer science.

筛选依据:

476 - Functional Programming Principles in Scala 的 500 个评论(共 1,618 个)

创建者 Francesco A

Mar 13, 2017

It's hard to begin with functional programming coming from the imperative paradigm, but this is definitely the best way to start.

创建者 Ranga

Jan 18, 2023

My first experience of functional programming is due to this course. This is also the one I enjoyed the most in Coursera so far.

创建者 Krunal V

Dec 31, 2019

The course is very well designed and the assignments challenge you to go back to the content and understand concepts in and out.

创建者 Jennya P D

Dec 3, 2019

It is a nice introduction to the specifics of the Scala Language. I did my exercise with pleasure and passion. Thank you Martin!

创建者 Paul B

Dec 21, 2017

Very nice introduction to functional programming in Scala. Really enjoyed the course and liked the pace of materials presented.

创建者 Jake R

Jun 10, 2017

Great introduction to Scala and some more advanced programming/compsci concepts I don't think many other courses would go into.

创建者 Sergiy S

Jan 2, 2017

Good to get the basics directly from the creator of the language.

Enjoyed the course despite I was told many times it's boring.

创建者 Rovshan H

Sep 26, 2016

Excellent introduction to Scala and functional programming overall. I love the algorithmic and mathematical approach of Martin.

创建者 Dénes F L

Oct 13, 2019

Great intro course not only for Scala but for the functional programming paradigm. Exercises help a lot to learn the concepts.

创建者 Rohan V

Jun 19, 2018

Great course but need improvement in terms of assignment, assignment must be more descriptive on how to implement the methods.

创建者 Sakis K

Aug 18, 2017

Very nice course, anyone interested in the principles of functional programming (and Scala specifically of course) can benefit

创建者 Andrei C

Jul 18, 2016

Great way to start learning functional programming. Lectures are very well explained and the assignments are fun to implement.

创建者 Aghyad A

May 28, 2016

A great course, this is one of the best introductions to FUNctional programming I have come across!

Thanks a lot Prof. Odersky!

创建者 Nicolás B

Oct 15, 2018

This is a fantastic course, teaching the very fundamentals of functional programming in Scala. Would definitely recommend it!

创建者 Bilal K

Oct 13, 2017

An excellent course

The assignments were quite hard though. It's a big leap from c#, java style imperative way of programming.

创建者 manoj p

Feb 28, 2017

Very good course to start. Though the programming assignments require some more reading and understanding on the fundamentals

创建者 Lucia d E P

Jul 13, 2020

I learned a lot but the assignments were quite time consuming, for some of them it took me even more than 3h to get a 10/10

创建者 MarcosBernal

Nov 19, 2018

Very interesting and somehow practical. I expected more exercises but in general, each part contains interesting challenges.

创建者 Yancheng Z

Apr 26, 2020

Easily one of my favorite classes on coursera. Lectures are excellent and project assignments are certainly worth the time.

创建者 Andreas M

Feb 23, 2018

This course has triggered my fascination for scala. The examples were well explained and worked out of the box. Great work!

创建者 Rahul K

May 18, 2017

Nice course contains, Hope course material will update in near future with new feature added in Scala programming language.

创建者 Juan P C S

Mar 11, 2017

really challenging, mostly if it's been a while you haven't coded a functional language and you haven't practiced recursion

创建者 Jose L I R

Mar 4, 2017

Great course to dive very loud on Scala, I recommended that for you if you want to work with this great funtional language.

创建者 hemant s

Jan 10, 2017

Very good course love the way Martin has gone about covering the building blocks of Scala along with basic data structures.