-->
Page 1 of 1

What are the limitations with BASIC?

PostPosted: Thu Feb 25, 2016 4:51 am
by kbaykar
Any limitation on the number of lines of code? Both from its compiler's point of view as well as on the ESP8266 application.

To be more open, how much code space and RAM area are left to user's program, after loading BASIC firmware (or interpreter)?

And, is BASIC going to be ported to ESP32?

Re: What are the limitations with BASIC?

PostPosted: Thu Feb 25, 2016 4:01 pm
by Mmiscool
250 lines of code can be used.

There is no compiler.

I don't have a definitive number for the amount of ram.

I would expect to port it to the esp32 when it gets here as long as the the arduino environment works similarly enough.