Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 17 submissions in the queue.
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 5, Insightful) by Mojibake Tengu on Monday October 02 2023, @07:40AM (1 child)

    by Mojibake Tengu (8598) on Monday October 02 2023, @07:40AM (#1326682) Journal

    Scientifically pirated DOS/VSE OS on EC1040, a clone of IBM System/370 machine.
    I think the CPU itself was EC1044, all fresh new TTL logic. It was an in-site replacement of Siemens 2000, ancient DTL logic.

    That one was the very first machine I really punched my own program for, at age 14. So it does count as 'first use'.
    PL/I code. Handed cards into feeder myself. It compiled and worked perfectly on a first run of a job.

    Frankly, I wrote some programs for several other platforms even before, but did not managed to get access to them.
    A word of advice: use pencil and paper to write your program first, before any editing. It helps you to think straight.
    Do not fall into vicious edit/compile/try cycle. In any language. That's the main cause of broken software out there of current days.

    --
    Rust programming language offends both my Intelligence and my Spirit.
    Starting Score:    1  point
    Moderation   +3  
       Insightful=2, Interesting=1, Total=3
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   5  
  • (Score: 1, Informative) by Anonymous Coward on Saturday October 07 2023, @03:13PM

    by Anonymous Coward on Saturday October 07 2023, @03:13PM (#1327714)

    I used pen and paper too, then discovered that when you're not into figuring algorithms out it's just quicker to try what works in the debugger then discovered perplexity.ai, which does not require login, and it's the ideal boilerplate/code examples generator. I'm told there are specialized tools for code refactoring and stuff.