Daily Note - 2025-06-19
Hey, I'm Hanno! These are my daily notes on Crosscut, the programming language I'm creating. If you have any questions, comments, or feedback, please get in touch!
I've laid out how almost all the variation of traits, nominal or structural and named or anonymous, can be useful. So why not provide control over both of these axes?
A few months back, I laid out a type system where types are structural and anonymous by default, but you can easily assign a name or make them nominal. I think traits would fit into this model as well.
If that works out remains to be seen, but it's an interesting possibility.