https://github.com/v4lli/learning_ocaml
Learning OCaml :camel:
https://github.com/v4lli/learning_ocaml
Last synced: over 1 year ago
JSON representation
Learning OCaml :camel:
- Host: GitHub
- URL: https://github.com/v4lli/learning_ocaml
- Owner: v4lli
- License: unlicense
- Created: 2015-07-08T15:44:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T18:42:03.000Z (about 11 years ago)
- Last Synced: 2025-01-20T09:47:02.951Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 133 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Learning OCaml, inspired by @haesbaert's [olearn](https://github.com/haesbaert/olearn).
:camel:
* `cut.ml` aims to re-implement the basic functionality of the POSIX
`cut(1)` command. Requires Cmdliner from opam and GNU make. Could
use some cleanup, testing and exception handling.