Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quasarbright/ocovid
Ocaml-like language
https://github.com/quasarbright/ocovid
Last synced: 26 days ago
JSON representation
Ocaml-like language
- Host: GitHub
- URL: https://github.com/quasarbright/ocovid
- Owner: quasarbright
- License: bsd-3-clause
- Created: 2021-01-14T18:30:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T08:23:30.000Z (about 4 years ago)
- Last Synced: 2024-11-06T07:42:15.759Z (3 months ago)
- Language: Haskell
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# OCovid
* OCaml-like language I made while I had covid-19
* Same syntax as OCaml (easy parsing and free highlighting)
* ADT's and pure tuple types only, no primitive types
* Deep pattern matching
* Type inference with no annotations
* Strict semantics