Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Currying/J/currying-1.j
Normal file
7
Task/Currying/J/currying-1.j
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
threePlus=: 3&+
|
||||
threePlus 7
|
||||
10
|
||||
halve =: %&2 NB. % means divide
|
||||
halve 20
|
||||
10
|
||||
someParabola =: _2 3 1 &p. NB. x^2 + 3x - 2
|
||||
3
Task/Currying/J/currying-2.j
Normal file
3
Task/Currying/J/currying-2.j
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
with2=: &2
|
||||
+with2 3
|
||||
5
|
||||
Loading…
Add table
Add a link
Reference in a new issue