WIP update

This commit is contained in:
Yan Mendes 2024-05-15 16:57:01 -03:00 committed by GitHub
parent 2764c4c17d
commit 5e13be733c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,7 @@
# Kind2: a parallel proof & programming language
> NOTE: THIS REPOSITORY IS A WIP. OFFICIAL RELEASE COMING SOON!
Kind2 is a general-purpose programming language made from scratch to harness
[HVM](https://github.com/HigherOrderCO/HVM)'s **massive parallelism** and
computational advantages (no garbage collection, optimal β-reduction). Its type
@ -18,7 +20,7 @@ inherently secure. Essentially, Kind2 aims to be:
And it seeks to accomplish that goal by relying on the solid foundations of [Interaction Combinators](https://www.semanticscholar.org/paper/Interaction-Combinators-Lafont/6cfe09aa6e5da6ce98077b7a048cb1badd78cc76).
> NOTE: THIS REPOSITORY IS A WIP. OFFICIAL RELEASE COMING SOON!
## Usage