In 1982, someone handed me a desmet c-compiler on a 5-1/4" floppy.
I was writing in COBOL and compiled BASIC at the time. I wanted to show my kids the difference between an interpreted language and a compiled one. A simple program, to count from 1 to 10000.
First, interpreted Basic. . . and wait for the answer
Then, BASCOM (compiled Basic) and wait for answer, although not as long.
OK, let's try C. Compile it, and run it. Holy Crap!
I never wrote another BASIC program.
I didn't have a COBOL compiler on my IBM PC 8088, COBOL was on a WANG mini -- but I very quickly became aware that C programs were a lot smaller for the same task.
Working on a PC with quick edit-compile-run cycles did wonderful things for my productivity. (Yes, oh a 5MHz 8088).
I'm still writing almost exclusively in C.