Skip to content
Discussion options

You must be logged in to vote

You're correct, it's currently not possible to do so. The support for pre-render scripts goes through the same code path as quarto run, and quarto run does not support Julia.

quarto run only supports the languages necessary for quarto's engines and its dependencies: knitr requires R, jupyter requires Python, and the base "non-engine" markdown requires deno (so we support typescript). Finally, we support Lua since Pandoc does so.

Julia is very likely to be our third most popular code language, but we are reluctant to add general quarto run support to languages not required by our engines, mostly because it's not clear where we should stop.

I agree that there's a strong case for Julia based…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@baptiste
Comment options

@cscheid
Comment options

Answer selected by Kangaa
Comment options

You must be logged in to vote
5 replies
@mcanouil
Comment options

mcanouil Aug 8, 2024
Collaborator

@jgunstone
Comment options

@jgunstone
Comment options

@mcanouil
Comment options

@jgunstone
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
5 participants