|
|
|
|
|
by novok
1709 days ago
|
|
I could see a statically typed language that would give you a live reflection system and macros. I think it's more if you have to chose, you'd rather have that than static types. But I think it is possible to have all 3, it just doesn't exist in any popular language that I am aware of. |
|
Also, if you have macros, you can always just embed a Haskell into your language for the parts where you want that sort of guarantee: https://coalton-lang.github.io/