[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

name ONE (1) reason you aren't using perl right now

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 55
Thread images: 6

File: perlonion.png (15KB, 446x150px) Image search: [Google]
perlonion.png
15KB, 446x150px
name ONE (1) reason you aren't using perl right now
>>
Dead language
>>
>>59736349
I don't work with text
>>
>>59736349
Because right now I'm browsing 4chan, not programming.
>>
>>59736349

because it isn't 1994
>>
File: ruby.png (89KB, 959x833px) Image search: [Google]
ruby.png
89KB, 959x833px
>>59736349
>>
>>59736349
Bash&co. is simpler and enough for 99.99% of tasks Perl was made for.
>>
>>59736369
It's still used quite a bit in biology. I use it everyday.

>>59736388
jokes on you perl was very popular around 1998-2002
>>
>>59736349
Only real Perl programmers get this

not exp log srand xor s qq qx xor
s x x length uc ord and print chr
ord for qw q join use sub tied qx
xor eval xor print qq q q xor int
eval lc q m cos and print chr ord
for qw y abs ne open tied hex exp
ref y m xor scalar srand print qq
q q xor int eval lc qq y sqrt cos
and print chr ord for qw x printf
each return local x y or print qq
s s and eval q s undef or oct xor
time xor ref print chr int ord lc
foreach qw y hex alarm chdir kill
exec return y s gt sin sort split
>>
Im learning perl as my first language
>>
>>59736427

I'm pretty sure the joke is on every programmer who wasted their time and effort learning such a shitty, useless language.
>>
File: 1486414817404.jpg (50KB, 600x574px) Image search: [Google]
1486414817404.jpg
50KB, 600x574px
>>59736349
there are a zillion better options
>>59736455
kek.
>>
>>59736462
http://www.ensembl.org/info/docs/api/index.html

>european bioinformatics consortium has a Perl API
>>
File: perltable.jpg (1MB, 3477x2456px) Image search: [Google]
perltable.jpg
1MB, 3477x2456px
>>59736369
Nothing ever dies in tech, it's the ideal legacy language. Also nothing can regexp like a perl.

Of course perl6 is dead before arrival.
>>
>>59736427
>It's still used quite a bit in a small branch of biology.
ftfy and who gives a shit about throwaway scientists code
Apart from that, masochistic branches of the typesetting industry, unmaintained parts of LaTeX and a handful of backend web devs that lie to themselves pretending CPAN is a living ecosystem is all that remains.

>>59736412
This, indirectly through Crystal.
>>
>>59736494
>Also nothing can regexp like a perl.
And nothing should, including perl.
>>
>>59736522
Thats a bad opinion, maybe I WANT to look backwards and forwards in a regex.
>>
>>59736455
Perl6?
>>
>>59736564
>maybe I WANT to gargle piss while spending 6 hours debugging obtuse unreadable code to figure out why my regex isn't working

perl.jpg
>>
>>59736508
>>It's still used quite a bit in a small branch of biology.
See this >>59736493

>little
>ENSEMBL
Ensembl genome database project is a joint scientific project between the European Bioinformatics Institute and the Wellcome Trust Sanger Institute, which was launched in 1999 in response to the imminent completion of the Human Genome Project.[2] After 10 years in existence,[3] Ensembl's aim remains to provide a centralized resource for geneticists, molecular biologists and other researchers studying the genomes of our own species and other vertebrates and model organisms. Ensembl is one of several well known genome browsers for the retrieval of genomic information.
>>
>>59736588
>debugging perl
no, you just rewrite it until it works. Faster that way.
>>
>>59736606

Even faster if you throw it away and write it using something better, like qbasic or fortran.
>>
Perl is a fun language but Python is so much more productive it's not even funny.
>>
>>59736644
>python
>productive
>white space
right....
>>
>>59736636
its really not that bad, the rewriting it part was a joke. perl is a stupidly powerful language that is easy to write and difficult to read. not much matches its productivity.
>>
>>59736349
I might be autistic, but I'm not _that_ autistic.
>>
>>59736677
>it can't possibly be productive, it's got good formatting and isn't fucking impossible to read!

perl.jpg
>>
>>59736700
Perl is designed to be a write-only language
>>
>>59736728
>you don't get it, it's SUPPOSED to be shit!

perl.jpg
>>
File: poetry.jpg (49KB, 444x439px) Image search: [Google]
poetry.jpg
49KB, 444x439px
>>59736349
Perl is such a great scripting language: super fast and comfy to code, performs great for an interpreted language, CPAN is just amazing, the regex engine is literally the best one (even Haskell uses it! consider that for a moment), and debugging good Perl code is simply a joy. If you are learning the language you should definitively visit these websites:
http://modernperlbooks.com/
http://hop.perl.plover.com/
http://perlmonks.org/
https://perlmaven.com/

And of course, there is the perldoc command and its online version here:
http://perldoc.perl.org/

Now, Perl 6 is a totally new language based on Perl and Haskell. IMO is the best scripting language ever created: formal specs, gradual typing, lazy evaluation, reflection, hygienic macros, and much more. The only issue right now is the lack of modules in comparison to Perl 5, but this situation is improving quickly.
>>
>>59736700
>I can't read Perl
git gud
>>
>>59736349
I'm using Lisp.
>>
File: perl.png (36KB, 532x324px) Image search: [Google]
perl.png
36KB, 532x324px
>>59736812
>>
>>59736763
Perl killed unix by being better at everything than individual commands in a shell. Too good to live.
>>
>>59736836
That isn't even so bad, if you stricted it up a bit and intended properly it would look very nearly clean.
>>
>>59736349
Perlmonks is filled with arrogant assholes. Really turns me off.
>>
>>59736811
perl repl is SHIT
>>
>>59736914
you can write a new one in like 5 lines of perl if you'd like. Back in the days when perl came around REPLs weren't a big deal. Everything was aimed at file i/o and shit. IIRC input by default is loop through input 1 line at a time, awk style.
>>
>>59736677
> baby's first steps with text editors
>>
>>59736427
*Deathbed language
>>
>>59737092
it exists on every server made before the year 2000 so it will never die. it might get moved into vm hosts and shit but that legacy cruft is here to stay. there's an entire career field dedicated to keeping that antique shit running.
>>
>>59736914
https://metacpan.org/pod/Devel::REPL
>>
>>59736944
Can Perl be used to write a metacircular evaluator?
>>
>tfw been wanting to learn perl for 5 years now
>tfw start but never get past the basics because distractions
>tfw learning everything except what I want
Why do I do this to myself?
>>
>>59736494
Literally anything which uses libpcre can regex like Perl
>>
>>59737287
can't have wanted it that bad anon...
>>
>>59737287
Because you don't actually want to learn Perl.
>>
Because real programmers write Bash scripts.
>>
>>59736349
Perl is dead and besides it's shit.
>>
>>59736349
I am still learning
>>
>>59737298
no, pcre is kind of LIKE perl but it is not the same as perl regex. NOTHING is equal to it because it's kind of retardedly deep for 99% of all cases. Incurs a MASSIVE performance hit.
>>
>>59736349
It's dead as disco
>>
>>59736349
because i learned gawk first
>>
>>59736494
It makes me sad that Larry thought it was a good idea to "fix" the regex syntax in perl6
>>
>>59736836
wtf am I looking at
Thread posts: 55
Thread images: 6


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.