Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/elzibus/the-functional-approach-to-programming
- Owner: elzibus
- License: unlicense
- Created: 2017-06-16T09:50:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T09:38:34.000Z (over 2 years ago)
- Last Synced: 2023-10-26T19:28:45.218Z (about 1 year ago)
- Topics: book, ocaml
- Language: OCaml
- Homepage:
- Size: 70.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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 :)