| BASIC recommendation? [message #3127] |
Thu, 29 June 2017 10:18  |
mikemac
Messages: 250 Registered: March 2017
|
Senior Member |
|
|
I'm looking for recommendations for a implementation of BASIC. Since I have multiple processors I'm interested in, I'm looking for something reasonably portable, probably written in C. It'd be nice if one could add, when available, functions for things like graphics, files, etc following some kind of "standard".
I have a copy of "Tiny Basic Intermediate Language Interpreter -- 2004 July 19" which has some of the functionality I'm looking for. I'll probably use it unless someone has a better suggestion.
Thanks.
Mike
|
|
|
|
|
|
|
|
|
|
|
|
| Re: BASIC recommendation? [message #3133 is a reply to message #3132] |
Fri, 30 June 2017 22:28   |
mikemac
Messages: 250 Registered: March 2017
|
Senior Member |
|
|
bwBasic is a very interesting implementation. Unfortunately, it's very POSIX OS dependent. I think it'd be a major undertaking to get it to run on a bare board.
BASICs implemented in assembler don't meet my need for "something reasonably portable".
So the search continues. Unless I go with (micro)Python instead.
Mike
|
|
|
|
|
|
| Re: BASIC recommendation? [message #3135 is a reply to message #3134] |
Sat, 01 July 2017 15:02   |
mikemac
Messages: 250 Registered: March 2017
|
Senior Member |
|
|
Garth wrote on Sat, 01 July 2017 14:27I'm not sure how much luck you'll have finding a portable BASIC source. I'd go for the better performance (depending on the processor) of one written in assembly anyway.
One of the platforms I'm interested in is a 240MHz ARM Cortex-M4. So performance (or space) isn't my major concern. On my 16MHz 68SEC000? Yeah, performance is more important.
But I'd prefer just one BASIC to have to learn/remember. I was just hoping BASIC would be easier to get built for the ARM than micropython. It's not looking that way. 
Mike
[Updated on: Sat, 01 July 2017 15:03] Report message to a moderator
|
|
|
|
|
|