Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Saturday June 06 2020, @04:06PM   Printer-friendly
from the your-move dept.

Tic-Tac-Toe Implemented In Single Call To Printf():

[Nicholas Carlini] programmed a C implementation of two-player Tic Tac Toe, and he did it in a single call to printf(). The arguments for that single function call get mind-bendingly complex, so it may come as no surprise that it was written for The International Obfuscated C Code Contest (IOCCC).

Most of us are aware that printf() is one of those functions that is considerably more complex under the hood, and capable of far more, than it may appear to be. But did you know that it is capable of Turing-complete computation?

Can't wait to see the version that can play checkers and chess!


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 1, Insightful) by Anonymous Coward on Saturday June 06 2020, @04:18PM (1 child)

    by Anonymous Coward on Saturday June 06 2020, @04:18PM (#1004220)

    These guys would have a field day with APL.

    Back then, there used to be all sorts of one-line code porn, like this one line of APL code that could draw an elephant.

    Starting Score:    0  points
    Moderation   +1  
       Insightful=1, Total=1
    Extra 'Insightful' Modifier   0  

    Total Score:   1  
  • (Score: 2) by driverless on Sunday June 07 2020, @04:03AM

    by driverless (4770) on Sunday June 07 2020, @04:03AM (#1004408)

    there used to be all sorts of one-line code porn, like this one line of APL code that could draw an elephant.

    So a single line of APL could generate all of systemd as its output? Wow.