Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thehxdev/ocaml-practice

Solving some problems with Ocaml
https://github.com/thehxdev/ocaml-practice

ocaml

Last synced: about 2 months ago
JSON representation

Solving some problems with Ocaml

Awesome Lists containing this project

README

        

# Ocaml-Practice
Just wanted to learn [Ocaml](https://ocaml.org) programming language. Take a look at [bin](bin) and [lib](lib) directories.

## Usage
Install Ocaml with [The official guide](https://ocaml.org/install#linux_mac_bsd). Then in the project root:
```bash
# build project
make

# run executable
make run

# enter utop (ocaml repl)
make utop

# clean
make clean
```