Asymptote is the best Asymptote compiler

People joke that they like to use AoPS TeXeR in order to compile their Asymptote diagrams, but enough people seriously believe it’s a good idea that I felt I needed to write this post.

Asymptote is a language totally separate from TeX. You should treat it as a stroke of fate that it happens to support some aspects of TeX like denoting labels in math mode. Asymptote is a standalone language and it can compile without the help of a LaTeX document or compiler, thank you very much.

Typically I see people who use Overleaf leveraging TeXeR, because Overleaf is a buggy piece of crap that can’t compile Asymptote properly used only by dingleberries who are used to other crappy online editors like Google Docs. (No judgment if you fall in that camp; I used to be this person up until a couple years ago.) If/when they move to a local editor, bad habits carry over for Asymptote, because Overleaf has obscured stuff so much that no one even knows how Asymptote works.

Here is a brief summary of how the LaTeX asymptote package, which should not be confused for Asymptote the language itself, works:

Actually, this is one of the reasons you need latexmk: to automate this asymptote process whenever necessary. This is because — and I cannot stress this enough — Asymptote is not TeX. LaTeX cannot build Asymptote for you because LaTeX doesn’t implement the compiler, Asymptote does. This is in contrast to TikZ, which does not need a whole separate build process because TikZ is part of TeX.

This means that there is a separate compiler for Asymptote. And it is fast as fuck. If you want to test whether an asymptote diagram compiles correctly, and if so what it looks like, here is what you do:

Bonus points if you make an asymptote-specific keybinding for the compile+preview process.1

If you use Vim you have no excuse for using TeXeR. Doubly so if you are also using a tiling window manager. Why take the time to open a browser, wait for TeXeR to load, manually add the BBCode bullshit that AoPS expects from you, and have TeXeR fail on you for no good reason with about a 20% chance?

So what are the reasons you would use TeXeR? There are two I can think of.