Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 677 Bytes

fp-summary.md

File metadata and controls

26 lines (18 loc) · 677 Bytes
title type description num previous-page next-page
Summary
section
This section summarizes the previous functional programming sections.
47
fp-functional-error-handling
types-introduction

This chapter provides a high-level introduction to functional programming in Scala. The topics covered are:

  • What is functional programming?
  • Immutable values
  • Pure functions
  • Functions are values
  • Functional error handling

As mentioned, functional programming is a big topic, so all we can do in this book is to touch on these introductory concepts. See the [Reference documentation][reference] for more details.

[reference]: {{ site.scala3ref }}/overview.html