Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/federicobruzzone/99-ocaml-problems
Implementations of the 99 problems in OCaml.
https://github.com/federicobruzzone/99-ocaml-problems
99problems functional-programming ocaml problem-solving
Last synced: 8 days ago
JSON representation
Implementations of the 99 problems in OCaml.
- Host: GitHub
- URL: https://github.com/federicobruzzone/99-ocaml-problems
- Owner: FedericoBruzzone
- License: gpl-3.0
- Created: 2023-08-10T15:20:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:04:40.000Z (3 months ago)
- Last Synced: 2024-08-12T18:39:33.307Z (3 months ago)
- Topics: 99problems, functional-programming, ocaml, problem-solving
- Language: OCaml
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **99 OCaml Problems**
# How to compile
```Bash
$ make all # Compile and run all files
$ make clean
```# Set up
```Bash
$ opam init # Can take some time
$ eval $(opam env)
```or
```Bash
$ opam switch create 4.14.0
$ eval $(opam env)
```## Contributing
Contributions to this project are welcome! If you have any suggestions, improvements, or bug fixes, feel free to submit a pull request.
## License
This repository is licensed under the [GNU General Public License (GPL)](https://www.gnu.org/licenses/gpl-3.0.html). Please review the license file provided in the repository for more information regarding the terms and conditions of the GPL license.
## Contact
If you have any questions, suggestions, or feedback, do not hesitate to [contact me](https://federicobruzzone.github.io/).
---
# Links
- https://v2.ocaml.org/learn/tutorials/99problems.html
- https://cs3110.github.io/textbook/chapters/preface/about.html
- https://ocaml.org/docs/up-and-running
- https://github.com/neoclide/coc.nvim/wiki/Language-servers#ocaml-and-reasonml
- https://github.com/janestreet/learn-ocaml-workshop