Max Rydahl Andersen
Max Rydahl Andersen
note, I realized the docs at state https://github.com/dotnet/interactive/blob/main/docs/jupyter-in-polyglot-notebooks.md that a jupyter install needs to be available; I assumed polyglot notebook would be able to work with the jupyter installs vscode...
semi inspired from jreleaser notion of platform filters.
We would just need something that is consistent from jbang usage perspective. So we get to pick one - and stick with it forever more.
An aspect to consider is us being able to translate these into Gradle and maven in context of export and edit.
How would you get to that from that list of filters?
No amount of toml helps to map this to maven/gradle. The point is about ensuring the selections aren't open-ended so we can with high likelihood map to maven/gradle when needed....
> > No amount of toml helps to map this to maven/gradle. > > Parsing the source file is a non-issue when using toml. That's nice benefit. sorry - but...
> The design explored with the TOML config could be retrofitted to the current version of JBang as: > > ``` > //RUNTIME_OPTIONS[platform.macos.opt] -XstartOnFirstThread` > ``` > > ``` >...
@wfouche I get that you are suggesting to put the {attrlist} at the directive level instead of individual deps - thats fine - its what is in the original proposal...
if anything this feels like a prime candidate for being a jbang plugin and not default included. wdyt @quintesse ?