seeing languages like #javascript and #php have complicated problems with type comparisons makes me think that perhaps #perl got it right by having one set of operators for numeric comparison (<
,==
,>
,<=>
etc.) and another for string comparison (lt
,eq
,gt
,cmp
etc.)
@rnd php has complicated problems with type comparison? afaik I just === and I’m golden