The APL (A Programming Language) language was invented in 1962 by [Kenneth Iverson]? while at Stanford University. Iverson received the Turing Award in 1980 for his work. |
The APL (A Programming Language) language was invented in 1962 by [Kenneth Iverson]? while at Harvard University. Iverson received the Turing Award in 1980 for his work. |
Iverson designed a successor to APL called J? which uses ASCII "natively". So far there is a sole single source of J implementations: http://www.jsoftware.com/ |
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++' |
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++' |