|
|
|
|
|
by osswid
6016 days ago
|
|
One of the nice things about Basic was that you didn't need to know how to use a text editor to program in it. Line numbers and the LIST command got you started. vi and emacs are a bit much for the wee ones. You can use a simple text editor, but there's still the concept of files, saving, extensions, vs. the integrated environment that a microcomputer Basic provided. <power on> 10 print "Hello, World." RUN Doesn't get simpler than that. |
|