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

ITT The J programming language

Name: Anonymous 2007-04-04 8:14 ID:A+7Bprzl

Examples of J: http://www.jsoftware.com/jwiki/Studio
A good introduction: http://www.jsoftware.com/help/primer/contents.htm
J for C programmers: http://www.jsoftware.com/help/jforc/contents.htm
Learning J: http://www.jsoftware.com/help/learning/contents.htm


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

Name: Anonymous 2007-04-06 18:19 ID:UV18LUaO

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

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