Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elzibus/the-functional-approach-to-programming

Ocaml code from the book by Cousineau and Mauny (1998)
https://github.com/elzibus/the-functional-approach-to-programming

book ocaml

Last synced: 2 months ago
JSON representation

Ocaml code from the book by Cousineau and Mauny (1998)

Awesome Lists containing this project

README

        

# The Functional Approach to Programming

I am reading [this book](http://pauillac.inria.fr/cousineau-mauny/) by Guy Cousineau and Michel Mauny. It was written in the Caml Light dialect. I am converting the code to something that works with Ocaml 4.03.0 and I will work on solutions to the exercises in parallel.

# Book source code

I have discovered that one of the authors has made the original Caml-Light source code available:

https://github.com/mauny/the-functional-approach-to-programming

# Update 22NOV2021

[@Fourchaux](https://github.com/Fourchaux) has converted the entire book to Ocaml code and opened a pull request in [@mauny](https://github.com/mauny/the-functional-approach-to-programming)'s repository :)