Is there a way to convert a script to a standalone (single file) executable? #311
Replies: 2 comments 1 reply
-
Yes, it's all in the documentation: https://aardappel.github.io/lobster/implementation.html |
Beta Was this translation helpful? Give feedback.
-
I likely did not explain myself well enough. My point it to use Lobster do quickly develop simple scripts and share them with other people as executable. I have this kind of experience with both Tcl/Tk and Lua. In both cases I think the idea is to attach a script (or a precompiled bytecode) to the interpreter. Then when the interpreter starts, it first checks the app name and if it is different from default, it check after the end of the file and looking for a script to execute. This seems only relevant for Windows. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to convert a script to a standalone (single file) executable?
Beta Was this translation helpful? Give feedback.
All reactions