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


in reply to Musings on the future

Remember, Perl 6 is an all volunteer effort and very few people (if any) are actually getting paid to hack on it. It will take as long as it takes, no more no less. In the meantime it is inspiring lots of activity in the Perl 5 world to help further modernize everyones favorite post-modern programming language.

You can start using any number of Perl 6 features in Perl 5 today if you want. Some of these things are more production ready than others, but here is a list to start with.

I am sure I missed some too, these are just the ones I know about and use.

-stvn

Replies are listed 'Best First'.
Re^2: Musings on the future
by diotalevi (Canon) on Sep 17, 2007 at 04:29 UTC

    Scalar::Defer is not production ready because it is designed wrong. Nothing that blesses into 0 will ever be production ready.

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

      I agree. It's a neat trick and highly entertaining, but much too magical for me to use in anything important.
Re^2: Musings on the future
by zshzn (Hermit) on Sep 17, 2007 at 04:30 UTC
    Thanks for all the links and references.

    I know that Perl 6 is a volunteer effort, and I am respectful and impressed by those working on it. And naturally I have looked at the Perl6:: modules. I know there is a lot to do now with Perl 6, including using it via PUGS!

    My ramblings are more about the level of completion or just generic confusion surrounding Perl 6 and associated projects.