Hacker News new | ask | show | jobs
by nomel 2101 days ago
My favorite part about Visual Basic was the help files. They were absolutely great for someone learning to code. From what I remember, there was a snippet of example code for basically everything.
1 comments

This is how I learned to code. Ot was excellent. Its been very hard over the course of my career to learn other non basic languages, and I attribute it largely to those help files being so good that it became my first and main language.
Had the same experience. First language I learned was VB and felt like I had to learn programming all over again when moving on.
I learned basic first, then microcontroller ASM, which made C just kinda make sense when I went to it.