Skip to Content
Mastering Functional Programming
book

Mastering Functional Programming

by Anatolii Kmetiuk
August 2018
Intermediate to advanced
380 pages
10h 2m
English
Packt Publishing
Content preview from Mastering Functional Programming

Chapter 1

  1. Specify what you want to do without specifying how exactly to do it.
  2. Don't Repeat Yourself.
  3. Goto is a lower-level primitive used to construct higher-level logic. All the logic that can be done with goto is doable with loops and other control structures. Declaring that you want to have a chunk of code looped excludes the possibility of bugs you would have if you tried to implement that loop by yourself, via goto.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Functional Programming

Learning Functional Programming

Jack Widman

Publisher Resources

ISBN: 9781788620796Supplemental Content