Media Summary: Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Applying functions to arguments. Textbook: Syntax, semantics, idioms, libraries, tools. Textbook:

Expressions Ocaml Programming Chapter 2 Video 2 - Detailed Analysis & Overview

Application of functions to "too few" of arguments, and syntactic sugar. Textbook: Applying functions to arguments. Textbook: Syntax, semantics, idioms, libraries, tools. Textbook: How to use infix operators as prefix functions. Textbook: How to define some common operators for function application, including the pipeline operator Textbook: ... What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: ...

Giving functions names with `let` definitions. Textbook: How to make functions be recursive. Textbook:

Photo Gallery

Expressions | OCaml Programming | Chapter 2 Video 2
If Expressions | OCaml Programming | Chapter 2 Video 3
Let Expressions | OCaml Programming | Chapter 2 Video 5
Partial Application | OCaml Programming | Chapter 2 Video 14
Function Application | OCaml Programming | Chapter 2 Video 10
Variable Expressions and Scope | OCaml Programming | Chapter 2 Video 6
Five Aspects of Learning a Programming Language | OCaml Programming | Chapter 2 Video 1
Operators As Functions | OCaml Programming | Chapter 2 Video 16
Application Operators | OCaml Programming | Chapter 2 Video 17
Scope and the Toplevel | OCaml Programming | Chapter 2 Video 7
Named Functions | OCaml Programming | Chapter 2 Video 11
Function Types | OCaml Programming | Chapter 2 Video 13
Sponsored
Sponsored
View Detailed Profile
Expressions | OCaml Programming | Chapter 2 Video 2

Expressions | OCaml Programming | Chapter 2 Video 2

Expressions

If Expressions | OCaml Programming | Chapter 2 Video 3

If Expressions | OCaml Programming | Chapter 2 Video 3

if-then-else`

Sponsored
Let Expressions | OCaml Programming | Chapter 2 Video 5

Let Expressions | OCaml Programming | Chapter 2 Video 5

let`

Partial Application | OCaml Programming | Chapter 2 Video 14

Partial Application | OCaml Programming | Chapter 2 Video 14

Application of functions to "too few" of arguments, and syntactic sugar. Textbook: https://cs3110.github.io/textbook.

Function Application | OCaml Programming | Chapter 2 Video 10

Function Application | OCaml Programming | Chapter 2 Video 10

Applying functions to arguments. Textbook: https://cs3110.github.io/textbook.

Sponsored
Variable Expressions and Scope | OCaml Programming | Chapter 2 Video 6

Variable Expressions and Scope | OCaml Programming | Chapter 2 Video 6

How `let`

Five Aspects of Learning a Programming Language | OCaml Programming | Chapter 2 Video 1

Five Aspects of Learning a Programming Language | OCaml Programming | Chapter 2 Video 1

Syntax, semantics, idioms, libraries, tools. Textbook: https://cs3110.github.io/textbook.

Operators As Functions | OCaml Programming | Chapter 2 Video 16

Operators As Functions | OCaml Programming | Chapter 2 Video 16

How to use infix operators as prefix functions. Textbook: https://cs3110.github.io/textbook.

Application Operators | OCaml Programming | Chapter 2 Video 17

Application Operators | OCaml Programming | Chapter 2 Video 17

How to define some common operators for function application, including the pipeline operator Textbook: ...

Scope and the Toplevel | OCaml Programming | Chapter 2 Video 7

Scope and the Toplevel | OCaml Programming | Chapter 2 Video 7

What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: ...

Named Functions | OCaml Programming | Chapter 2 Video 11

Named Functions | OCaml Programming | Chapter 2 Video 11

Giving functions names with `let` definitions. Textbook: https://cs3110.github.io/textbook.

Function Types | OCaml Programming | Chapter 2 Video 13

Function Types | OCaml Programming | Chapter 2 Video 13

The types of function values. Textbook: https://cs3110.github.io/textbook.

Recursive Functions | OCaml Programming | Chapter 2 Video 12

Recursive Functions | OCaml Programming | Chapter 2 Video 12

How to make functions be recursive. Textbook: https://cs3110.github.io/textbook.