Update README.md

This commit is contained in:
Victor Taelin 2024-03-15 23:38:31 -03:00 committed by GitHub
parent c7c4a0345a
commit 5571be7715
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@ 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
system is a minimal core based on the Calculus of Constructions, making it
inherently secure. In short, Kind2 aims to be:
inherently secure. Essentially, Kind2 aims to be:
- As *friendly* as **Python**