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.
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...
What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: https://cs3110.github.io/textbook
What looks like mutability in the toplevel is not -- it's really just a consequence of scope. Textbook: https://cs3110.github.io/textbook
How `let` expressions create scope and shadowing. Textbook: https://cs3110.github.io/textbook
How `let` expressions create scope and shadowing. Textbook: https://cs3110.github.io/textbook
`let` expressions Textbook: https://cs3110.github.io/textbook
`let` expressions Textbook: https://cs3110.github.io/textbook
`if-then-else` expressions. Textbook: https://cs3110.github.io/textbook
`if-then-else` expressions. Textbook: https://cs3110.github.io/textbook
Expressions and values; the OCaml toplevel, utop. Textbook: https://cs3110.github.io/textbook