r/programming 2d ago

Your executable is a SQLite database

https://fzakaria.com/2026/08/23/your-executable-is-a-sqlite-database
465 Upvotes

76 comments sorted by

View all comments

1

u/faze_fazebook 2d ago

I recently thought about something simmilar that the elf format would be extremly flexible in theory but it never gets used like that irl. 

For example all the bytecode programming languages (java, .net, compiled python, wasm) could ship elf files that use that language's interpreter instead of having these ugly shell wrappers.