J
John Larkin
Guest
On Fri, 4 Oct 2019 17:03:35 +0100, Tom Gardner
<spamjunk@blueyonder.co.uk> wrote:
The indentation thing is really bizarre. What's wrong with END IF and
NEXT? I suppose I could add my own as comments.
<spamjunk@blueyonder.co.uk> wrote:
On 04/10/19 16:32, jlarkin@highlandsniptechnology.com wrote:
I think the average programmer has never heard of a state machine,
either.
Someone maintaining FSMs in a telecom application: "Aren't FSMs
something in a compiler's parsers?" Grrr.
I don't like compilers in general. All my production code was in
assembler.
The language is key; some make compilation easy and
predictable without rolling in the mud with language
lawyers. Other languages don't.
Python looks OK. I should get into that one day.
Cut and paste some code and get the indentation subtly
wrong. In Python there can be no option to "reformat and
pretty print this arbitrary blob of code".
The indentation thing is really bizarre. What's wrong with END IF and
NEXT? I suppose I could add my own as comments.