Category "apl"

Ride dyalog apl multiline dfn unpaired brace

]dinput · f ← { · · 1 · } f←{ SYNTAX ERROR: Unpaired brace f←{ ∧ How can I ena

Implement Map function in APL Language

I have created the map function using Scheme, but I want to implement it in APL. (define (map func lstt) (cond ((null? lst) '()) (else (cons (func (car lst))

How can I generate a "Social Golfer" matrix for worker seating arrangement?

EDIT: I am looking for an APL function, or MS Access VBA function, which takes as arguments the total number of employees, total number of dinning tables, and n