Interrupt: Difference between revisions
Lucatorsera (talk | contribs) (Created page with "Interrupt is a mechanism of intervention, where an external action comes in the middle of the routine and stops the code exectution. It is the implementation of interaction within a cybernetic system. It is this paradigm that broke the linear turing machine and gave origin to shell comands and the REPL (read-eval-print-loop) paradigm. 'interrupts aren't hidden'- a statement that is as much aesthetic as it is technical. - Linus Torvalds Interrupts gives the possibility...") |
Lucatorsera (talk | contribs) No edit summary |
||
| Line 6: | Line 6: | ||
Notes taken from ''All Problems of Notation Will be Solved by the Masses'', by Simon Yuill. | Notes taken from ''All Problems of Notation Will be Solved by the Masses'', by Simon Yuill. | ||
[[Category:Grapevine]] | |||
Latest revision as of 17:38, 25 March 2026
Interrupt is a mechanism of intervention, where an external action comes in the middle of the routine and stops the code exectution. It is the implementation of interaction within a cybernetic system. It is this paradigm that broke the linear turing machine and gave origin to shell comands and the REPL (read-eval-print-loop) paradigm.
'interrupts aren't hidden'- a statement that is as much aesthetic as it is technical. - Linus Torvalds
Interrupts gives the possibility of a user - and glitches. This fundamentally turns any system into a chaotic, non-deterministic one. The incorporated noise originates a new system.
Notes taken from All Problems of Notation Will be Solved by the Masses, by Simon Yuill.