top | item 41666078 (no title) sbstp | 1 year ago I'm not a TCL user, but from the description of wduquette is sounds similar to Python's zipapphttps://docs.python.org/3/library/zipapp.html discuss order hn newest oldlaptop|1 year ago The definition of "standalone application" is a bit stronger - what's always been possible with "Tclkits" has been to embed the application code in an interpreter binary and distribute that, and the new core zipfs supports that as well. wduquette|1 year ago Yes, exactly. You can package up your entire scripted application, plus all resources, into a single executable, and distribute that single file.
oldlaptop|1 year ago The definition of "standalone application" is a bit stronger - what's always been possible with "Tclkits" has been to embed the application code in an interpreter binary and distribute that, and the new core zipfs supports that as well. wduquette|1 year ago Yes, exactly. You can package up your entire scripted application, plus all resources, into a single executable, and distribute that single file.
wduquette|1 year ago Yes, exactly. You can package up your entire scripted application, plus all resources, into a single executable, and distribute that single file.
oldlaptop|1 year ago
wduquette|1 year ago