Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 266 Bytes

Description.md

File metadata and controls

13 lines (11 loc) · 266 Bytes

Chapter 01: Introduction

This chapter introduces some of the main concepts of functional programming languages:

  • value
  • expression
  • declaration
  • recursive function
  • type.

Also it introduces the notions:

  • binding
  • environment
  • evaluation of expressions.