Hacker News new | ask | show | jobs
by samstave 5377 days ago
The Scientific Method could be boiled down to:

10: Question Reality

20: Verify Results

30: GOTO 10

3 comments

let's try without GOTO:

    while anyone_cares:
        improve_model()
    
        if theory_of_everything_appears or strong_ai_appears:
            raise Exception("rethink loop")
10: Question (the currently accepted model of) Reality

20: Verify Results

30: GOTO 10

Line numbers. Awww yeah!