Dyalog / pynapl

Dyalog APL ←→ Python interface
MIT License
74 stars 10 forks source link

Possibly irrelevant `APL.APL` function. #8

Open rodrigogiraoserrao opened 2 years ago

rodrigogiraoserrao commented 2 years ago

The file APL.py contains a function APL that does nothing but instantiate a APLPyConnect.Connection.APLClient directly.

So much so that APL = APLPyConnect.Connection.APLClient is a suitable definition for APL.

Probably this function can be deleted.