Chevron Left
返回到 Functional Program Design in Scala

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

4.5
3,137 个评分

课程概述

In this course you will learn how to apply the functional programming style in the design of larger Scala applications. You'll get to know important new functional programming concepts, from lazy evaluation to structuring your libraries using monads. We'll work on larger and more involved examples, from state space exploration to random testing to discrete circuit simulators. You’ll also learn some best practices on how to write good Scala code in the real world. Finally, you will learn how to leverage the ability of the compiler to infer values from types. Several parts of this course deal with the question how functional programming interacts with mutable state. We will explore the consequences of combining functions and state. We will also look at purely functional alternatives to mutable state, using infinite data structures or functional reactive programming. Recommended background: You should have at least one year 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 familiarity with using the command line. This course is intended to be taken after Functional Programming Principles in Scala: https://hua.dididi.sbs/learn/progfun1....

热门审阅

AL

Sep 2, 2021

This course is quite difficult to me, especially the last section. I have to re-watch it so many time to fully understand. At the end of the day, it is worth the effort.

SL

Oct 31, 2016

Great course. seems like some things that were referred to during some of the lectures were missing and kinda left you waiting for more. Hoping they will be completed in future courses.

筛选依据:

501 - Functional Program Design in Scala 的 514 个评论(共 514 个)

创建者 mostafa n

Apr 28, 2017

nice course but i was expecting more about actors and futures

创建者 Andrew Z

Sep 5, 2016

The main difficulty of the task does not apply to the course

创建者 Bert H

Oct 5, 2016

Course material looked sometimes recycled and unstructered

创建者 Dimitri M

Feb 1, 2022

Very interesting but the topics were not easy to grasp

创建者 Chang F

Dec 5, 2016

Not as good as the first one, esp near the end.

创建者 Sergei S

Dec 17, 2016

progfun and reactive programming was better

创建者 Kuba F

Sep 24, 2016

Worse than Scala Principles - too chaotic.

创建者 dani l

Sep 27, 2016

The old version was more interesting.

创建者 Ivan P

Oct 27, 2019

The first week is simply useless :(

创建者 Dmytro K

Dec 3, 2016

Asigments are too easy to implement

创建者 Luigi

Sep 23, 2016

I was expecting more from it.

创建者 Shodz

May 17, 2020

Subjects of exams are really cool but they are already written at 80~90%, I would prefer to have to do things from scratch even if the subject is less interesting. A part from that, there no connecting thread during the course, each weeks is about something new and we don't really use stuff from the previous week. Globally, it's hard to retain the new knowledge...

创建者 Tomás T

Apr 23, 2021

This course will shatter your desire to learn Scala. I recommend you use it as a means to test how much you really know AFTER learning Scala from another resource. The videos are old and the staff will not help you even though there is such little time to finish each assignment.

创建者 Krushna C D

Jul 2, 2022

The concepts are not explained clearly. I need to take help from other websites to understand them.

The example was also not complete, just a theory without running code.