UNIX maximalism and minimalism - Other *nix-like OSes & POSIX related
Users browsing this thread: 2 Guest(s)
|
|||
Most software can be compiled locally, and I usually recommend my users to build my tools themselves instead of just fetching a precompiled binary. Some of it depends on the runtime: I have been doing a lot in Common Lisp recently, and Common Lisp is not exactly lightweight when it comes to built binaries, because they contain a whole Common Lisp environment, even when compressed.
But they're still static binaries, which is good. YMMV. |
|||
Messages In This Thread |
UNIX maximalism and minimalism - by ckester - 21-02-2025, 04:41 PM
RE: UNIX maximalism and minimalism - by venam - 22-02-2025, 08:18 AM
RE: UNIX maximalism and minimalism - by jkl - 22-02-2025, 03:09 PM
RE: UNIX maximalism and minimalism - by ckester - 22-02-2025, 05:00 PM
|