On 2023-03-09 17:58, Robert Rothenberg wrote: > I'm a fan of using constants in code, and often using interpolatable > constants with something like Readonly or Const::Fast for deep constants: I think it is good to list all that can be meant by 'constant'. There are constants that direct compilation. For example to "compile out" a part of the code. Or constants that can be inlined at compilation. Per process there is $^T, generally a fixed integer. Etc. etc. -- RuudThread Previous | Thread Next