I would like to include output from a read-eval-print-loop of a programming system.
In my case, this would be the Poly/ML Standard ML compiler, but I guess there is a general solution for this, be it a Python REPL or anything else.
The HOL theorem prover does support this via a macro system but I hope there is a general LaTeX method for this.
Is there a package for this, where I can name the REPL executable and it would pipe the output to a verbatim environment?
bashfulpackage. – Marijn Jan 18 '22 at 14:23iexecpackage, see https://tex.stackexchange.com/a/604433/. – Marijn Jan 18 '22 at 14:25