StardustPL / Stardust

"A programming language that doesn't make me angry to use it."
https://StardustPL.GitHub.IO/
The Unlicense
4 stars 0 forks source link

Planning: concepts/descriptors #44

Open LB-- opened 8 years ago

LB-- commented 8 years ago

There needs to be a way to limit what arbitrary types are given in a type variable and to know for sure that certain aspects of the API will be present. I want something like C++ concepts. They will be the underpinning for the ability to pass around types as first class objects.