Update all new Tasks

This commit is contained in:
Ingy döt Net 2015-02-20 09:02:09 -05:00
parent 00a190b0a6
commit 91df62d461
5697 changed files with 93386 additions and 804 deletions

View file

@ -0,0 +1,3 @@
constF=:3 :0
{.''`(y "_)
)

View file

@ -0,0 +1,2 @@
flist=: constF"0 i.10
slist=: constF"0 *:i.10

View file

@ -0,0 +1,4 @@
flist @.3
3"_
slist @.3
9"_

View file

@ -0,0 +1,4 @@
flist @.4''
4
slist @.4''
16

View file

@ -0,0 +1,4 @@
flist@.(?9) ''
7
slist@.(?9) ''
25

View file

@ -0,0 +1,9 @@
( VL=. (<@:((<'"')(0:`)(,^:)&_))"0@:(^&2)@:i. 10 ) NB. Producing a list of boxed anonymous verbs (functions)
┌───┬───┬───┬───┬────┬────┬────┬────┬────┬────┐
│0"_│1"_│4"_│9"_│16"_│25"_│36"_│49"_│64"_│81"_│
└───┴───┴───┴───┴────┴────┴────┴────┴────┴────┘
{::&VL 5 NB. Evoking the 6th verb (function)
25"_
{::&VL 5 '' NB. Invoking the 6th verb with a dummy argument ('')
25