Typeglobs (maybe)There are some circumstances when messing with stashes, for example, when typeglobs are unavoidable. However, These bits of code can probably be written much cleaner in Perl6.
Odd syntactic corner cases (Like some of the JAPHish things)Avoid unless obfu-ing or golfing. These are certainly defeating the aim of code clarity.
Version specific behavior (hash ordering)is asking for trouble anyway.
Numeric size assumptions (32-bit ints, # of bits in a float mantissa)defeats the aim of portability.
Low-level interfaces (like the raw source filter interface, not what Filter::Simple provides)OK, but why re-invent the wheel anyway?
Ordering of operations at undefined points (like when $foo = $i++ + $i++ increments $i)yyeughh! Need I say more.
In reply to Re: Re: Translating Perl5 to Perl6.
by rinceWind
in thread Translating Perl5 to Perl6.
by vladb
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |