Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Perl Adoration Thread

Name: Anonymous 2015-04-25 22:43

BEFOREHAND: close door, each window & exit; wait until time;
open spell book; study; read (spell, $scan, select); tell us;
write it, print the hex while each watches,
reverse length, write again;
kill spiders, pop them, chop, split, kill them.
unlink arms, shift, wait and listen (listening, wait).
sort the flock (then, warn "the goats", kill "the sheep");
kill them, dump qualms, shift moralities,
values aside, each one;
die sheep; die (to, reverse the => system
you accept (reject, respect));
next step,
kill next sacrifice, each sacrifice,
wait, redo ritual until "all the spirits are pleased";
do it ("as they say").
do it(*everyone***must***participate***in***forbidden**s*e*x*).
return last victim; package body;
exit crypt (time, times & "half a time") & close it.
select (quickly) and warn next victim;
AFTERWARDS: tell nobody.
wait, wait until time;
wait until next year, next decade;
sleep, sleep, die yourself,
die @last

By Larry Wall

Name: Anonymous 2015-04-25 23:46

I love perl. At the end of the day it just has so much utility and there are just so many cases where the correct solution is a perl solution. I also think it can be written in a very clear and beautiful way, but people only see the ugliness

Name: Mentifex 2015-04-26 6:31

In my new Perl AI open-source free artificial intelligence at

http://ai.neocities.org/perlmind.txt

I have finally gotten the AI Perlmind to take in keyboard characters through the AudInput mind-module and store (some of) them by means of the AudMem mind-module, but the free open-source Perl AI code is terribly unwieldy and difficult to bring to perfection. Meanwhile on Usenet in comp.lang.perl.misc people are both helping and attacking Mentifex. Oh well, progress slowly emerges.

Name: Anonymous 2015-04-26 7:50

I love x86. At the end of the day it just has so much utility and there are just so many cases where the correct solution is a x86 solution. I also think it can be written in a very clear and beautiful way, but people only see the ugliness

Name: Anonymous 2015-04-28 18:07

Name: Anonymous 2015-04-28 19:15

>>5
I don't even know why they bother creating a new language if they aren't going to give it a real type system. I mean, unityped is okay for some undergrad project or for some script-kiddie shit-language, but not for a serious effort from people who think themselves professionals.

Name: Mentifex 2015-04-30 5:19

#!/usr/bin/perl
use strict; # PERL by Example (2015), p. 77
use warnings; # PERL by Example (2015), p. 85
our $IQ = 0; # PERL by Example (2015), p. 689
sub sensorium; # PERL by Example p. 351 Forward declaration
sub think; # PERL by Example p. 351 Forward declaration
while ($IQ < 8) { # PERL by Example (2015), p. 190
sensorium(); # PERL by Example p. 350: () empty parameter list
think(); # PERL by Example p. 350: () empty parameter list
} # End of main loop calling AI subroutines
sub sensorium() { # Start sensory input.
print " Sensorium: Enter new IQ: ";
$IQ = <STDIN>; # PERL by Example (2015), p. 50
} # End of sensorium subroutine.
sub think() { # Start showing output as if generated by thinking.
print "Think: My IQ is now $IQ";
} # End of mind.pl program for coding Strong AI in Perl

http://ai.neocities.org/AiSteps.html

Name: Anonymous 2015-04-30 7:35

>>7
When did you become so goddamn cute?

Name: Anonymous 2015-04-30 12:59

# PERL by Example (2015)
Mentishit is so retarded he's cute.

Name: Anonymous 2015-04-30 13:44

>>7
$IQ = <STDIN>; # PERL by Example (2015), p. 50
Why aren't you using taint checking? Does PERL by Example not cover this, or have you not just not read that far yet?

Name: Anonymous 2015-04-30 17:26

if dubs, then ruby > perl

Name: Anonymous 2015-04-30 17:51

>>11

$ "ruby" > "perl"
Argument "perl" isn't numeric in numeric gt (>) at (eval 306) line 5.
Argument "ruby" isn't numeric in numeric gt (>) at (eval 306) line 5.

$ "ruby" gt "perl"
1


Does Ruby not do this right? If not.. it's in the same class as JavaScript.

Name: Anonymous 2015-05-06 16:48

Name: !pukyBNmV.c 2015-05-06 18:51

Does this compile?

Name: Anonymous 2015-05-06 20:19

Perl 6 is fucking amazing:
http://doc.perl6.org/language/grammars#Creating_Grammars

100% homoerotic

Name: Anonymous 2015-05-06 20:22

>>15
Holy fuck this is superfluous and non-orthogonal. A whole language feature that is just one particular base class? Hell, this faggot could make 10 more classes and have 10 more "amazing" language features so stupid fanboys in this thread could drool their eyes out.

Name: Anonymous 2015-05-06 22:27

>>16
The base class provides grammars, yes. What exactly is your objection?

Before you dig a hole for yourself, you should know it has to be this way: that feature is used to parse all Perl 6 code and it was used to bootstrap the compiler. During bootstrap it is even used to parse the most of the grammar rules that make up Perl 6 grammars.

Name: Mentifex 2015-05-06 23:03

Name: Anonymous 2015-05-07 0:11

>>7
Love how Mentifex always uses some obscure dead language, like forth or perl.

Name: Anonymous 2015-05-07 6:00

>>19
It's a nice charm.

Name: Anonymous 2015-05-07 18:23

>>17
What feature exactly? Inheritance? Classes? Because "grammars" are not a feature, it's just a name for subclasses of one class.

Name: Anonymous 2015-05-07 18:31

>>21
I don't think you know what features are, or grammars for that matter.

Name: Anonymous 2015-05-07 18:35

>>22
Shitty dubs.

Grammar is the superclass that classes automatically get when they are declared with the grammar keyword instead of class.

So a grammar is just a regular class except it has the "Grammar" class as a supertype. So a grammar is equivalent to a regular class subclassed from Grammar. Thus, it is not a separate language feature, but a name for a subclass of an existing language feature.

Is yoar brainpower sufficient to comprehend these simple facts, nig-nog?

Name: Anonymous 2015-05-07 20:38

>>23
who are you quoting?

Don't change these.
Name: Email:
Entire Thread Thread List