Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quasarbright/ocovid

Ocaml-like language
https://github.com/quasarbright/ocovid

Last synced: 26 days ago
JSON representation

Ocaml-like language

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