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

Perlscript VS Javascript

Name: Anonymous 2010-03-26 18:25

What is worse or better in your opinon. And how many of you know about perlscript?

I always thought it would be cool having perl both clientside and serverside insead of this faggatory mess we have right now.

I like perl, so perlscript is my favorite but its sad perlscript is not so popular.

Name: Anonymous 2010-03-27 10:39

>>19
>>12,17 just makes an assertion that it can't.  And claiming Perl can't do something is absurd.

use Devel::Caller 'caller_cv';

sub fib {
    sub {
        $_[0] == 1 ? 0 : caller_cv(0)->($_[0]-1) + sub {
            $_[0] == 1 ? 1 : caller_cv(1)->($_[0]-1)
        }->($_[0]-1)
    }->($_[0]+1)
}

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