Sujet : Re: The joy of FORTRAN
De : bowman (at) *nospam* montana.com (rbowman)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 02. Oct 2024, 23:03:36
Autres entêtes
Message-ID : <lm5u9oFbv9iU1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Wed, 2 Oct 2024 17:52:24 +0100, The Natural Philosopher wrote:
All the project needed was to draw up a basics state machine to decide
what actions to take against the limited number of inputs, and pretty
much have a main loop polling all the inputs, and twiddling the output
bits. No real time OS, no preemptive multitasking nothing complex. Just
a state machine that said 'if the inputs are like this, do that' for
around 128 cases.
I started my career in hardware, not software, although it was an
implementation of logic with relays, limit switches, push buttons, timers,
and so forth controlling solenoids. The conditions to get from state A to
B were well defined.