
Originally Posted by
Jorpho
Yikes, I've never even heard of that. There might be some flavor of BASIC out there for it, but I doubt it's something people used very much. You should be searching for Newton apps if you're trying to figure out what it's good for.
Here's the thing: what sort of BASIC were you planning to use? Pretty much every system had its own dialect of BASIC with subtle variations in the syntax of many commands. If you're trying to type in programs from some of the old reference books of the day, you'll probably want something standard, like an Atari 800, maybe. The TRS-80 is not a bad idea either, I suppose, but you're very, very, very limited in what you can do with something like that.
Really, the second best choice – especially if you don't have any old books of BASIC programs – is to just use FreeBASIC or Chipmunk BASIC or any of the various other modern, friendly PC flavors of BASIC. The best choice would be to just forget about BASIC altogether and use a "proper" programming language like Python.