Brief history of Kind? #312
-
Hi, I'm pretty new to Kind language and I'd like to know the project outline in a historical aspect. I've read Formality is the old language and It evolved and became Kind, its successor. I wonder how the language or project structure has been evolved because I've found the documents for Formality are still very interesting and a good subject to learn stuff; however still I want to use the newer language, Kind so, I want to know the difference between the old Formality and the latest Kind implementations. What exactly is the difference between Formality and Kind, and what has been the motivation to switch the project and language itself? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Kind uses a simple Calculus of Constructions system instead of Self Types (right now) and compiles to HVM |
Beta Was this translation helpful? Give feedback.
-
How are types of data type eliminators decided? The are not in CoC. |
Beta Was this translation helpful? Give feedback.
Kind uses a simple Calculus of Constructions system instead of Self Types (right now) and compiles to HVM