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

Pages: 1-

J is an interesting language

Name: Anonymous 2007-01-13 19:23

quicksort=: (($:@(<#[) , (=#[) , $:@(>#[)) ({~ ?@#)) ^: (1<#)

Name: Anonymous 2007-01-13 19:25

>([:{: ]#~ (=|.&.>)) <@":"0 /:~(0:-.~[:,>:/**/)~(i.100)-.~i.1000

Name: Anonymous 2007-01-13 22:25

WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY WRITE-ONLY

Name: Anonymous 2007-01-14 6:35 (sage)

Did someone say "obscure shit"?

Name: Anonymous 2007-01-14 6:50

>>4
It's actually quite popular... in the circles where APL is used :X

I'm thinking of learning it, it appears to be the ultimate language for algorithms and number crunching and stuff.

Name: Anonymous 2007-01-14 8:45

qsort [] = []
qsort (x:xs) = qsort (filter (< x) xs) ++ [x] ++ qsort (filter (>= x) xs)

Superior.

Name: Anonymous 2007-01-14 9:16

>>5
No one use APL, that's the problem. As much as I hate Haskell, it's superior in syntax, and if you don't like it, there is still R of the R-Project.

Name: Anonymous 2007-01-14 9:46

J means JEWS

Name: Anonymous 2007-01-15 5:52

>>1
gb2/Perl

Name: Anonymous 2007-01-15 7:56

>>9
divmod=:>:@-&# ({. ,&< }.) ([ (] -/@,:&}. (* {:)) ] , %&{.~)^:(>:@-~&#)&.|.~

Name: Anonymous 2007-01-15 8:58

Powerful, beautiful and elegant:

qsort = lambda l: l and qsort([x for x in l[1:] if x < l[0]]) + [l[0]] + qsort([x for x in l[1:] if x >= l[0]]) or []

Name: Anonymous 2007-01-15 9:12

>>11
__ugly__

Name: Anonymous 2007-01-15 12:08

>>11
WTF is this crap?  It doesn't seem to use the entire ASCII character set for basic tasks?  And what the fuck are those words?  This is not kindergarten anymore, here we work with symbols!!

Name: Anonymous 2007-01-15 16:08

>>11

lame, ugly, verbose

Name: Anonymous 2007-01-15 18:44

>>14gb2/PL mthfkr

oh, and ("#/&()="$/&=)%/"#$/ so you feel at home.

Name: Anonymous 2008-04-19 18:41

>>2
Valid perl code.

Name: Anonymous 2008-04-19 18:43

for (int i=0; i<10; ++i)
{
    cout << i << endl;
}

Name: Anonymous 2008-04-20 18:52

>>17
FOR VARIABLE i FROM 1 to 10 INCLUSIVE
  BEGIN BODY
    PRINT i, NEWLINE
  END BODY
END FOR

Name: Anonymous 2008-04-20 18:58

>>18
(1..10).to_a * "\n"

Name: Anonymous 2008-04-21 0:15

I am a Perl user, and we have to nothing to with the nightmare >>1 is.

Name: Anonymous 2008-04-21 2:13

>>17-19
10 [ 1+ . ] each

Name: Anonymous 2008-04-21 2:41

>>1-21
I guess this is why they call this board Programming LOL!! XD

Name: Anonymous 2008-04-21 4:02

Name: Anonymous 2008-04-21 15:37

It's actually a pretty elegant language once you get used to the symbols (which is like learning a whole new script). I like the whole adverbs and such things.

Name: Anonymous 2010-11-16 1:54

Name: Sgt.Kabu럕枹kiman寚᤽ 2012-05-28 21:43

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

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