1
0
Fork
You've already forked ob-gnu-apl
0
GNU APL support for ORG Babel
  • Emacs Lisp 100%
2026年03月30日 20:02:53 +02:00
LICENSE Add LICENSE and README.org 2026年03月28日 13:32:33 +01:00
ob-gnu-apl.el Make unset sessions evaluate on default REPL 2026年03月30日 20:02:53 +02:00
README.org Add LICENSE and README.org 2026年03月28日 13:32:33 +01:00

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