On Sat, 20 Dec 2025 05:25:25 -0500, c186282 wrote: > Well, I kind of liked PICK system ... everything was equal, always > represented as a string. Numbers, chars, whatever - instantly/easily > converted between each other. > NO 'types'.
iirc Perl had 5 copies of a scalar just in case you wanted a string or character instead of an integer or float. -- https://mail.python.org/mailman3//lists/python-list.python.org
