Printf Turing-Complete Language Sparks Assembly Experiment
• printf can act as a Turing-complete language using format specifiers like %n. • A new tool, sebsite, lets users write higher-level assembly that compiles to printf. • The project
• printf can act as a Turing-complete language using format specifiers like %n. • A new tool, sebsite, lets users write higher-level assembly that compiles to printf. • The project
• You may or may not know, but printf is a Turing-complete language, once you exploit all the strange and wonderful format characters in it (especially %n). • But who has time to w