GNU APL support for ORG Babel
- Emacs Lisp 100%
| LICENSE | Add LICENSE and README.org | |
| ob-gnu-apl.el | Make unset sessions evaluate on default REPL | |
| README.org | Add LICENSE and README.org | |
ob-gnu-apl.el — GNU APL support for ORG Babel
This package provides support for GNU APL code block evaluation through ORG Babel.
Installation
Add this to your configuration file:
(use-package ob-gnu-apl
:vc (:url "https://codeberg.org/pastor/ob-gnu-apl"))
NOTE: GNU APL needs to be available from path or gnu-apl-executable should
be an absolute path to the GNU APL binary.
Usage
In an ORG file, create an APL code block, eg.:
⊢A←2 3 4⍴'A'
⍳10
⍳4