Welcome to aplpyn (pronounced "apple pen"), a Python CLI for APL.
- Full APL support
- APL ASCII completion
- APL autocomplete
- Making APL functions python objects
- File I/O support
- Stateful and Stateless APL sessions
- No APL interpreter required
pip install -r requirements.txt
to install required modules
python main.py
to run the CLI and start APLing!
- Add basic File IO support
- Add importing/exporting of APL functions, variables, namespaces, and operators
- Add support for accessing python from APL
- High performance APL
- Large files
- Resource Intensive Calculations