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.

Tarides sponsors the Oxbridge Women in Computer Science Conference 2020

The Oxbridge Women in Computer Science conference is an annual one-day event hosted by the Universities of Oxford and Cambridge (UK). The…

14 Dec 2020

Tarides

Read Article
coqffi.1.0.0 In A Nutshell

For each entry of a cmi file, coqffi tries to generate an equivalent (from the extraction mechanism perspective) Coq definition. In this article, we walk through how coqffi works.

10 Dec 2020

Thomas Letan’s Blog

Read Article
Implementing an Echo Server in Coq with coqffi.1.0.0

In this article, we will demonstrate how coqffi can be used to implement an echo server, i.e., a TCP server which sends back any input it receives from its clients.

10 Dec 2020

Thomas Letan’s Blog

Read Article