Hacker News new | past | comments | ask | show | jobs | submit login

The early PCs and BASIC provided such a simple and effective computing environment where any newbie could start reading the online manuals (known today as built-in manuals) that came with BASIC interpreter and start writing some simple code immediately into the integrated editor that also came with BASIC!

I think the loss of a simple, integrated and interactive programming environment like BASIC has been a tragedy. Is there anything like BASIC today that any child, secretary, or grandmother can pick up and learn with as little hassle as possible?




I used to think that Python was the answer to this. Not dealing with dependency hell or any other "enterprisey" features, just plain Python with maybe a graphics lib for outputting graphics to the screen. It requires almost no rituals to get something going. But of course, you have to boot into your OS first, open a text editor or IDE, etc -- it doesn't replicate the "instant on" appliance feel of the C64.

I loved my C64 and BASIC was my first programming language... but boy was it limited. It wasn't a good BASIC for the standards of its time. It was hard to program games with it, and in order to do any graphics you had to PEEK and POKE, which can hardly be considered "programming in BASIC" or user-friendly...


Not sure how easier such target audience would find these alternatives,

https://www.microsoft.com/en-us/makecode

https://smallbasic-publicwebsite.azurewebsites.net/ (partially dead)


> Is there anything like BASIC today that any child, secretary, or grandmother can pick up and learn with as little hassle as possible?

I tried to develop something like that: https://easylang.online/ide


they can and in my opinion still should learn on BASIC or QBASIC




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: