Live data from Hacker News

BASIC for Android

play.google.com

1–10 of 45 posts

Re: BASIC for Android

#3
This is great. BASIC was my first programming language on a TI-92 calculator. It provides an invitation to new would-be programmers to explore writing code. Having it available on Android just opens the door for more people to try.

Re: BASIC for Android

#8
post #5

Earlier quoted context omitted.

Since it has functions for encryption, it might be subject to US export restrictions.

Can be installed just fine in Russia.

This is purely speculation -- I have no reason to favor any belief about the actual state of reality here -- but it might also be subject to import restrictions.

Re: BASIC for Android

#9
There's also this one, which seems to be a bit more of a structured approach: https://play.google.com/store/apps/details?id=com.mobilebasi...

The trouble I always wind up having with these though is you quickly discover that it's a huge pain in the ass trying to type code on an Android touch keyboard. Even in the days you could still get physical keyboards it was hardly pleasant. I just wind up writing a couple basic "Hello World" programs and get bored.

Re: BASIC for Android

#10
I remember trying this one and thinking that the language was fine(it is literally an update from the makers of the Atari 8-bit BASIC) but the UI is unsuitable as it uses generic Android text input, the same flaw shared by most every other on-device IDE I've tried. That doesn't just mean that it's crude, it's also buggy - the view desynchronizes when editing large bodies of text using that text control.

What touchscreen programming needs is a really polished touchscreen UI, and that challenges the whole assumption of a text editor being ergonomically optimal.

Post reply on HN