Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl is dying

by jdrago_999 (Hermit)
on Jul 18, 2006 at 15:58 UTC ( [id://562047]=note: print w/replies, xml ) Need Help??


in reply to Perl is dying

Perl is certainly not dying.

Granted - several other dynamic languages have sprung up in its wake, but I don't see Perl suffering for it.

A wise man once said "Perl makes easy things easy, and hard things possible." Perl is easy to learn, and it is possible (and often easy) to do incredibly powerful things with Perl. Some characteristics that make Perl easy to learn can have the negative consequence of allowing novice programmers to write poor code. Perl is just a tool. The Community (and strict + warnings) encourages good coding practices.

I think it is mostly myth that the Community encourages bad coding style. Perhaps the "obfus" are mistaken for this?

That said, I have to confess my own straying ways. After 4 years of trying to pull/push/drag the rest of my company over to a LAMP Stack (P is for Perl) codebase, I gave up. We're now doing .NET and I have to admit it's pretty nice. I know that when Perl6 is released I will be applying much of what I have learned from C# (delegates, static typing, etc) and the head-start will help me write better Perl6.

One problem I see with .NET is "There is ONE way to do it" compared with Perl's "There's More Than One Way To Do It!". The ONE way appears easier for the rest of the developers here, but perhaps because they come from a VBScript background ("There's NO way to do it!!") and wouldn't know a closure, anonymous sub or regex if it bit them on the behind.

I still write plenty of Perl on my own, but for these yahoos .NET is ok. I get more expressiveness with C# than with VBScript, and they can just point-n-click their way through stuff without learning how to code.

I enjoy coding and getting things done, therefore I use and prefer Perl. If I were intimidated by code, or was disconnected from consequences of failure or deadlines, I might prefer some other more corporate language (not naming names).

Replies are listed 'Best First'.
Re^2: Perl is dying
by diotalevi (Canon) on Jul 18, 2006 at 17:23 UTC

    FYI, .Net's regexp library has at least one feature that we'll have to wait til perl6 for: named captures. I wrote Regexp::NamedCaptures as an experiment to copy .Net's feature into perl5 but it's not something I'd want to use heavily. Also, .Net has the benefit of being parrot-like. You write code in multiple (Microsoft only) languages and they all compile down to the same thing. This lets you implement different parts of your stuff in the appropriate languages. I wouldn't be surprised if there was also support for your other two features: anonymous subs and closures.

    ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

      Yeah, you can write .NET programs in any language, as long as it’s C#… :-)

      Makeshifts last the longest.

        See, that's what I thought wasn't true. That you can write in C# and a small handful of other languages. .Net's just the runtime VM that consumes the bytecode.

        ⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-03-28 09:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found