Functional Program Design in Scala (Scala 2 version)
Key Takeaways
Applies functional programming style in Scala application design using concepts like lazy evaluation and monads
Original Description
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://www.coursera.org/learn/scala2-functional-programming.
Watch on External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Related AI Lessons
⚡
⚡
⚡
⚡
I’m building Gealo, and here’s where it actually stands
Medium · Startup
Pilot Projects and Proof of Concepts — Why Informal Deals Become Legal Disputes
Medium · Startup
What Finding Our First Users Taught Me About Startups
Medium · Startup
Why the Best Companies Are Built with the Right People Around the Table
Medium · Startup
🎓
Tutor Explanation
DeepCamp AI