Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
sbstp
on Sept 27, 2024
|
parent
|
context
|
favorite
| on:
Tcl 9.0
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
oldlaptop
on Sept 27, 2024
[–]
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
on Sept 27, 2024
|
parent
[–]
Yes, exactly. You can package up your entire scripted application, plus all resources, into a single executable, and distribute that single file.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://docs.python.org/3/library/zipapp.html