Y
Hacker News
new
|
ask
|
show
|
jobs
by
sbstp
623 days ago
I'm not a TCL user, but from the description of wduquette is sounds similar to Python's zipapp
https://docs.python.org/3/library/zipapp.html
1 comments
oldlaptop
623 days 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.
link
wduquette
623 days ago
Yes, exactly. You can package up your entire scripted application, plus all resources, into a single executable, and distribute that single file.
link