Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

by brian_d_foy (Abbot)
on Mar 09, 2005 at 16:29 UTC ( [id://437946]=note: print w/replies, xml ) Need Help??


in reply to Re^3: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
in thread (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

Personally, I don't like any source filters, but other people have different ideas about them. I tend to think they are just asking for trouble (and may be an example of how Perl is too flexible).

Still, people like to play with those. I've never really longed for a switch statement, so I don't mind either way as long as it doesn't show up in my production code. :)

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re^4: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?

Replies are listed 'Best First'.
Re^5: (Sort of) poll: what Perl6 features do you consider {likely,desirable} to leak into P5?
by Courage (Parson) on Mar 12, 2005 at 12:46 UTC
    well, source filters which do some-encoding=>utf8 conversion are perfectly valid and I use those without fear, when write Russian perl programs, and they transparently do goood unicode work.
    use encoding cp1251=>Filter=>1; print "here is russian string, which just work, despite its not utf-8" +;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://437946]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-25 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found