in reply to Something to meditate on -- the need for a trendy perl?

Hi perl-diddler,

Forget Mr. Alexander's Vim...

Here's a version of vim that's compiled with Perl Version 5.18.1

http://tuxproject.de/projects/vim/

Unfortunately I am right now on Debian Wheezy, else I would have posted the vim version output.

On another note, please forgive Mr. Alexander. I mean, if that guy does not know that one can do ":% perldo s/dumbness/smartness/g" in vim (compiled with Perl Support), ain't his fault. He's got some learning to do. Pity him.

-------------------------------------------------------------- Perspectum cognitio aeterna --------------------------------------------------------------

Replies are listed 'Best First'.
Re^2: Something to meditate on -- the need for a trendy perl?
by perl-diddler (Chaplain) on Mar 18, 2014 at 05:56 UTC
    Thanks for the pointer -- looks like they only have 32-bit right now.

    I get spoiled when, *rarely*, I need to read in a multi-gig file and not have it spill to memory.

    Also, windows usually runs a bit behind linux in terms of perl... Cygwin is still at 5.14, and I was going to suggest 5.16.3, myself, as I have a rather large code base that is incompatible with with some of the new 5.18 features.

    As Murphy would have it, most of my small scripts and library routines aren't hit with the problem. The ones that are hit, are the larger(2-3k lines) and more complicated ones that do things like create and destroy file systems and partitions on a daily basis -- i.e. ones where you don't want anything to go wrong or rush through changes, and unfortunately, there was no way provided for a compatible upgrade (i.e. turn off the new conflicting features by default). Sigh.