<div dir="ltr">That would have been the early 80's.  When BASIC was not owned by Microsoft, when it was spelled BASIC for whatever compiler you used, and it had line numbers, and GOTOs.  I started programming in a gifted program with a dumb impact printing terminal with an acoustic coupler you stuck a phone handset into to network over the public switched telephone network after I got into a gifted student's class in 5th or 6th grade.  I didn't get a CS major in college because you had to travel between central Kansas liberal arts colleges for classes and I didn't have a car, so I majored in math instead, and never have broken into the software or IT world, really. But now I'm getting close.<div><br></div><div>In those days you started with Logo or Turtle, or maybe BASIC, and then started seriously studying programming with Pascal, then you learned C and later complained that they didn't put you on a Unix machine working with C starting in CS105.  We had no idea how awful things were compared to what would come.</div><div><br></div><div><br><div><br></div><div>Trent</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 22, 2022 at 11:51 PM Steve Litt via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">trent shipley via PLUG-discuss said on Thu, 22 Dec 2022 07:26:18 -0700<br>
<br>
>Python is a great first language, and there is no shortage of beginning<br>
>Python books aimed at young beginners. I've never read a juvenalia<br>
>programming book, except maybe pre-Visual Basic BASIC with the line<br>
>numbers and goto-s,<br>
<br>
In the 21st century, anyone who teaches a child goto-s, or even fails<br>
to strongly criticize them to the child, should be shot at dawn.<br>
<br>
The only tolerable uses for goto are:<br>
<br>
1) Assembly language, but who uses that today? And modern assemblers<br>
   have JSR (Jump to Subroutine) and RET (Return from subroutine), so<br>
   even that is questionable.<br>
<br>
2) Jump to an abort subroutine, but even this is ill advised.<br>
<br>
3) Break out of a multiply nested loop, but it's much better to<br>
   construct each loop to do the right thing.<br>
<br>
I haven't used a goto since maybe 1992 (assembler), and I'm proud of<br>
that.<br>
<br>
SteveT<br>
<br>
Steve Litt <br>
Autumn 2022 featured book: Thriving in Tough Times<br>
<a href="http://www.troubleshooters.com/bookstore/thrive.htm" rel="noreferrer" target="_blank">http://www.troubleshooters.com/bookstore/thrive.htm</a><br>
---------------------------------------------------<br>
PLUG-discuss mailing list: <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a><br>
</blockquote></div>