-
Notifications
You must be signed in to change notification settings - Fork 13
Py'n'APL architecture overview
Rodrigo Girão Serrão edited this page Oct 13, 2021
·
2 revisions
This wiki page documents the architecture of Py'n'APL in the simplest terms possible. You can refer to this page to better understand how all pieces fit together.
As per the docs, we can connect to APL from the Python side by importing and running the function APL
in APL.py
.
This function, in turn, immediately calls the function Connection.APLClient
from APLPyConnect.py
, and returns an APL
instance from APLPyConnect.py
.