Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicklatch/ocaml_learn_exercises
My solutions to the ocaml.org exercises
https://github.com/nicklatch/ocaml_learn_exercises
functional-programming ocaml practice
Last synced: about 1 month ago
JSON representation
My solutions to the ocaml.org exercises
- Host: GitHub
- URL: https://github.com/nicklatch/ocaml_learn_exercises
- Owner: nicklatch
- Created: 2024-06-18T20:32:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-19T15:54:09.000Z (5 months ago)
- Last Synced: 2024-09-30T06:24:32.683Z (about 2 months ago)
- Topics: functional-programming, ocaml, practice
- Language: OCaml
- Homepage: https://ocaml.org/exercises
- Size: 3.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ocaml exercise solutions
## Exercises can be found [here](https://ocaml.org/exercises)I'm fairly new to Ocaml and figured this would be a good way to not only practice solving problems with the language, but also practice creating a proper dune project.