Tiny C Compiler
created: Feb. 7, 2026, 9:45 p.m. | updated: Feb. 8, 2026, 1:48 a.m.
You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker).
You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker).
tcc generates x86 code.
Compile and execute C source directly.
C script supported : just add '#!/usr/local/bin/tcc -run' at the first line of your C source, and execute it directly from the command line.
9 hours, 44 minutes ago: Hacker News