Category "apl"

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