This repository contains two GitHub Copilot skills for working with Dyalog APL:
dyalog-apl-runner: run one-off APL expressions and scripts withdyascript.dyalog-ride: connect to a persistent Dyalog session through RIDE for stateful workflows.
dyalog-apl-runner/SKILL.mddyalog-apl-runner/references/dyalog-apl-runner/evals/dyalog-ride/SKILL.mddyalog-ride/scripts/ride-client.mjs
These skills are intended to make APL workflows faster by choosing the right execution mode:
- use runner mode for quick, stateless checks;
- use RIDE mode when you need a persistent workspace and iterative exploration.
This project is released under the Unlicense. See LICENSE for details.