If Lisp is meant to be a formal model of computation ( a quote from the Bel article by pg), then other formal models of computation should also be examined; perhaps 'compare and contrast' of two different perspectives will lead to a new thought or even a sort of amalgamation.
Lisp and Bel's basic data structure is the list. APL's is the array, which can be seen as a list or in multidimensional form as a list of lists.
Lisp uses a form of notation that is quite different from the APL notation.
If there are advantages to both notations then it makes sense to study both of them.
Bel's description of functions might benefit from looking at APL's niladic, monadic and dyadic functions, as another example.