|
|
|
|
|
by zozbot234
2386 days ago
|
|
That's a bit silly, tbh. Dropping you straight into BASIC may be appropriate for an 8-bit computer with a few hundred KiB at most of combined RAM and ROM, but the Raspberry Pi is nothing like that. A *nix system is really the closest analogy, since the development tools for that are only an apt-get away! You even get some BASIC implementations, even though it's not very clear how much those help. I'd actually like to see a roughly BASIC-like language that's simply a reasonably light syntax-wrapper over, say, Rust. It might make it easy for novices to get into hacking and software dev with a language that doesn't abstract too much away from the actual system - and then transition to a "real" language like Rust later. |
|