Blog

The OCaml Planet

Articles and videos contributed by both experts, companies and passionate developers from the OCaml community. From in-depth technical articles, project highlights, community news, or insights into Open Source projects, the OCaml Planet RSS feed aggregator has something for everyone.

Want your Blog Posts or Videos to Show Here?

To contribute a blog post, or add your RSS feed, check out the Contributing Guide on GitHub.

opam 2.1.0~rc2 released

Feedback on this post is welcomed on Discuss! The opam team has great pleasure in announcing opam 2.1.0~rc2! The focus since beta4 has been preparing for a world with more than one released version of opam (i.e. 2.0.x and 2.1.x). The release candidate extends CLI versioning further and, under the ho...

23 Jun 2021

OCamlPro

Read Article
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: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
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: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

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

How `let` expressions create scope and shadowing. Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

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

How `let` expressions create scope and shadowing. Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
Let Expressions | OCaml Programming | Chapter 2 Video 5

`let` expressions Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
Let Expressions | OCaml Programming | Chapter 2 Video 5

`let` expressions Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
If Expressions | OCaml Programming | Chapter 2 Video 3

`if-then-else` expressions. Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
If Expressions | OCaml Programming | Chapter 2 Video 3

`if-then-else` expressions. Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video
Expressions | OCaml Programming | Chapter 2 Video 2

Expressions and values; the OCaml toplevel, utop. Textbook: https://cs3110.github.io/textbook

22 Jun 2021

OCaml Programming: Correct + Efficient + Beautiful

View Video