http://www.perlmonks.org?node_id=676280


in reply to Re: What can bring the excitement back to Perl?
in thread What can bring the excitement back to Perl?

There are in particular two issues I have noticed that are not helping making perl more accessible.

  1. There is the old TIMTOWTDI/syntax issue which is also considered an asset of perl. Compared to java, perl has many more operators, symbols etc, which have different meanings in different context, and that is confusing and sometimes troublesome. Both newcomers and returners feel insecure. I think its hard to learn and to remember.
  2. Good guides, though I feel the community is very helpful, I also think that perl compared to ruby are lacking in relation to free open guides and examples. Ruby is blessed with its video and web tutorials, which are very user friendly compared to the perl offerings, maybe because Ruby have been 'hip' and have been embraced by the mac crowd that may be more experienced in communicating in a clear and visual fashion.

Learning perl should be more fun and cool, not feeling like you have to read through a bunch of formulas in advanced math. Learners that benefit from faster yes experiences that are actually useful, will feel empowered and are more likely to show off and distribute in celebration which creates hype(if thats whats desired).

One nice idea would be a website thats catering to users of different nature. That would be a website with individually targeted areas towards the following roles:

Are there any other general typical roles using or who should be using perl?

Such a website with a professional and user friendly presentation could feature application examples, video tutorials, slideshows (like those uploaded to slideshare, just more focused on actual problem examples), etc.

I am well aware that those who could provide useful examples and tutoring through such a site rather like to do it through books and seminars from where they earn a living, but then if you don't want to build a crowd, don't expect there to be a crowd. Though some say we already are.

  • Comment on Re^2: What can bring the excitement back to Perl?

Replies are listed 'Best First'.
Re^3: What can bring the excitement back to Perl?
by chromatic (Archbishop) on Mar 26, 2008 at 01:54 UTC
    I also think that perl compared to ruby are lacking in relation to free open guides and examples.

    Maybe I'm demonstrating the kind of old-school thinking that proves I'm out of step with kids these days, but have you tried to use Ruby's documentation? The only possible way it could compare with Perl's documentation is if an attractive member of the appropriate gender sat on your desk and read it out loud to you (and probably wrote your code for you, because Ruby's documentation is somewhat, well, slender).

      C I agree.

      Furthermore, many of the Ruby tutorials I have seen, have also been more for show than for actual use. They do something right, though not complete. I don't like to start a its either them or us thread, I will be perl biased too.

      I believe we can be more user friendly with our tutorials for learners, and Ruby documentation/tutorials can be more complete.

      http://perl101.org/how-do-i.html is a nice approach, yet it can be more exciting and structured

      But as for the topic, when we are talking about what can bring the excitement back to Perl, then I think of both the newcomers, the returners and the old guard.

      Love perl6 btw, thanks.