EuroTcl 2023 - Jim and Tcl interoperability, Featuring thing o_o, Georg Lehner, 2023-07-20

Jim Tcl on diet

dietlibc is a minimal libc implementation for Linux.

./configure "CC=diet gcc -nostdinc -pipe" HAVE_PKG_CONFIG=0 --prefix=/opt/diet
make

yields a 481k static executable, including zip, but not ssl.

Standard glibc build without ssl: 3.3M