Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in j

Is there a J idiom for adding to a list until a certain condition is met?

j

How to create a function calculating correlation/correlation matrix using J?

j

Cartesian product in J

cartesian-product j

How to repeat the evaluation of an expression in J?

j

Evaluate a string as a verb in J

string function eval j

Chain verbs in J

j

what's the motivation for J to introduce fork

How do I write this C expression in J?

c j

Creating a recursive tacit function in J

How to remove an element from a list in J by index?

j

J's x-type variables: how are they stored internally?

python data-structures j

Multi-core J -- Parallelisation

J: Tacit adverb of Newton's method

Fiddling with point-free code?

Any other ways to emulate `tr` in J?

j

J language's "load" command

installation j

Learning J/K/APL [closed]

tacit-programming apl j k

How should I selectively sum multiple axes of an array?

arrays j

How to count the frequency of a element in APL or J without loops

j apl

Best strategies for reading J code

j tacit-programming