6 ms·
Quarto supports any language and works just fine. I have quarto blog posts for using APL as an example of a somewhat niche language.
by idf00 2y ago
Quarto supports any language and works just fine. I have quarto blog posts for using APL as an example of a somewhat niche language.
- jhbadger 2y agoI guess you have to add some plugin? I mean in Rmarkdown in Rstudio I just go ```{ruby} and I have a ruby block with nothing special installed. That doesn't work by default with Quarto.
- setopt 2y agoIn the Quarto front matter, you can choose to use a Jupyter backend, in which case any Jupyter kernel can be used to interpret code blocks. Many languages, including APL, have Jupyter kernels you can install.