HigherOrderCO / Kind

A modern proof language
https://higherorderco.com
MIT License
3.55k stars 141 forks source link

Create a project/package manager #573

Closed developedby closed 2 months ago

developedby commented 1 year ago

We want to have a way of creating a new Kind project that is able to retrieve needed functions from a single curated remote repository.

The idea is to have the unit of our package manager to be functions and to have only a single source where all the functions are known to work well together, avoiding complex dependency problems.