> I did try to make sense of his ideas in those diagnostic ways Yeah, sorry, I seem to have missed your comment earlier.
> To me, const was always meant to be used for things who represent something > like a physical constant That's just one usage. In a language like Nim, which takes compile-time dynamism to the max, you need a broader view. People write macros that generate consts that are computed, possibly from external files.