LB Booster
General >> General Board >> (OT) BBC BASIC for Android and iOS
http://lbb.conforums.com/index.cgi?board=general&action=display&num=1522259811

(OT) BBC BASIC for Android and iOS
Post by Richard Russell on Mar 28th, 2018, 5:56pm

Since LBB works by translating the Liberty BASIC program to BBC BASIC, it may be of interest that both Android and iOS editions of BBC BASIC are now available. The recent release of the iOS edition completes the 'set' of supported Operating Systems: Windows, Linux (x86), Mac OS-X, Raspberry Pi (Raspbian), Android and iOS.

As noted previously, converting GUI-based Liberty BASIC programs to run on an OS other than Windows is problematical (at least, if a reasonable degree of compatibility is to be achieved) because LB/LBB simply provide a 'thin wrapper' around native Windows GUI features.

But non-GUI ('mainwin') LB programs should be relatively easily ported to any of the Operating Systems supported by BBC BASIC, so long as they don't use CALLDLL to access Windows APIs/DLLs which have no direct equivalent in the other OSes.

Richard.