Comment on Isn't technically everything open-source?
donuts@kbin.social 1 year agoSome programs are distributed as "scripts" (in a scripting language like BASIC, BASH, Python, JavaScript, Lua, etc) which are stored on your computer in human-readable form and only converted into CPU machine code when you run the program, through an "interpreter" program.