<p>Am 14.12.2016 14:31 schrieb "Lars" <<a href="mailto:noreply@z505.com">noreply@z505.com</a>>:<br>
> I think I once thought, can I make an "array of array of const" to try to<br>
> expand on the power of array of const. Which seems like a silly idea, but<br>
> academically interesting. Also, Varients are related to general<br>
> programming (generic). But no one likes variants, as it is like dynamic<br>
> typing.. Not sure if you can create an array of variant and program<br>
> generally that way. Doesn't really matter as people hate variants and tend<br>
> to avoid them.</p>
<p>Ehm... You are aware that "array of const" is nothing else than a "array of lightweight variant" (namely TVarRec)? So with "array of const" you *are* already working with dynamic typing, with only TVarRec being more restricted than Variant.</p>
<p>Regards,<br>
Sven</p>