http://qs321.pair.com?node_id=11126540


in reply to Re^5: Why Perl in 2020
in thread Why Perl in 2020

I'm not convinced Python actually has primitives in that sense - at least I'm not aware of any way of distinguishing objects from non-objects (the type function always returns some class or other, unlike it's JS counterpart typeof).

Replies are listed 'Best First'.
Re^7: Why Perl in 2020
by LanX (Saint) on Jan 07, 2021 at 17:17 UTC
    They could fake it by implicitly bending the method-call operator . much the same way autobox does it with ->

    In the end it's only a question of improving performance.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery