-
Which tool do you suggest to produce native binaries from a script? (either by compiling native code or bundling the script with the interpreter) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We get this question way too often, so I feel like we might wanna make a little tool at least for a basic use-case, but in general you can just compile a little C++ program that statically links Pluto and then runs your code (~15 LOC + build system stuff). I'm sure your favourite AI will be happy to help you write that C++ program and tell you how to compile it. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
https://github.com/PlutoLang/tie