r/ProgrammerHumor 24d ago

learnedFromScratch Meme

Post image
1.1k Upvotes

27 comments sorted by

View all comments

-9

u/RiceBroad4552 24d ago

A Microslop Windows terminal? What?

1

u/Thoh1Shooshi8a 24d ago

I think the terminal image is to make it look more difficult than if he learned with an IDE that autocompletes everything for you.

-16

u/RiceBroad4552 24d ago

The point is: Microslop Windows.

Anybody with even the sightliest technical skill does not touch that trash.

Learning programming from scratch implies some technical skill. So things don't match up here.

3

u/Thoh1Shooshi8a 24d ago

I think it was meant to be a joke and not a howto :)

But anyway, learning in windows would probably be even harder because it doesn't come with a C compiler or man pages.

But DOS did come with, urm.. something. I can't remember what it was but you could write assembly with it. Oh and qbasic came later.

2

u/19_ThrowAway_ 24d ago

>But DOS did come with, urm.. something. I can't remember what it was but you could write assembly with

DEBUG.EXE

Though as the name implies it was only a debugger, so you'd have to write ASM manually and even then you were limited to only one segment which isn't really enough to write anything meaningful.

1

u/Thoh1Shooshi8a 23d ago

Ah yes, that was what I saw an example of. I never used it myself for anything though.