New GNU ELPA package: ob-asymptote - Babel Functions for Asymptote

Sacha Chua <[email protected]> Mon, 16 Oct 2023 10:06:46 -0400
Newsgroups gmane.emacs.announce
Message-ID <[email protected]>
    Summary: Babel Functions for Asymptote
    Website: https://github.com/hurrja/ob-asymptote
   Keywords: literate programming reproducible research 
 Maintainer: Jarmo Hurri <[email protected]>

Org-Babel support for evaluating asymptote source code.

This differs from most standard languages in that

1) there is no such thing as a "session" in asymptote

2) we are generally only going to return results of type "file"

3) we are adding the "file" and "cmdline" header arguments, if file
   is omitted then the -V option is passed to the asy command for
   interactive viewing