in reply to Re^6: Perl 11
in thread Perl 11

Which points do you see suitable for discussion?

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'

Replies are listed 'Best First'.
Re^8: Perl 11
by chromatic (Archbishop) on Oct 25, 2018 at 01:32 UTC

    I think there's a lot of potential around improving Unicode implementation and properties, adopting perfect hashing in places (and alternate, non-linked-list hash implementations for small hashes with known sizes), and finding a better concurrency mechanism.