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-26 23:02

>>16
more like this:

function fib(n)
{ return (
  function(i)
  { return i == 1 ? 0 :  arguments.callee(i - 1) + (
    function(i)
    { return i == 1 ? 1 :
        arguments.callee.caller(i - 1) })(i - 1) })(n + 1) }


...which even that ugly pile of syntax you call a language can't do.

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