Never tried it myself but you could possibly write on the phone and find free cloud service (like openshift.com) to test and debug.
Ask HN: Can programming be learnt completely on smartphone?
51–60 of 75 posts
Re: Ask HN: Can programming be learnt completely on smartphone?
#52no good editors
Re: Ask HN: Can programming be learnt completely on smartphone?
#53no good editors
You can run emacs under termux on Android. I use this as a mobile platform with a bluetooth keyboard.
Re: Ask HN: Can programming be learnt completely on smartphone?
#54Re: Ask HN: Can programming be learnt completely on smartphone?
#55Yes, absolutely. A lot of us learned on far less powerful machines. Don't listen to the detractors. The hardware limitations will help to create focus and understanding... but do buy a bluetooth keyboard. If you can't afford one, email me and I'll post you one. You're not going to find the best algorithm in terms of computational complexity by coding. - Leslie Lamport Clarke's Second Law: The only way of discovering…
and yes, thanks for the offer to, but it would cost you a lot to ship it all the way where I live.
but also, this is an experiment in pedagogy and Mobile learning. If tomorrow, I am staying at a place where bombs are exploding everywhere, it would be so much trouble to run with Bluetooth keyboard and the mobile both, rather than only mobile :-)
Re: Ask HN: Can programming be learnt completely on smartphone?
#56Re: Ask HN: Can programming be learnt completely on smartphone?
#57I've written small snippets of code from my phone before, but it's usually either testing specific language syntax, or making minor tweaks to existing code in situations where I'm either learning a new language, or dealing with weird edge cases. For full-blown development, it's not really suitable. Your phone is best used for reading technical material and watching video content. Even if you can program on mobile, it…
this is an experiment to see how conducive mobile is for learning.also hundred if millions of people around the world have a Smartphone as their only computer. is it possible for them to learn programming and make themselves better due to it?
For what it's worth, there's quite a few apps that teach programming or serve as reference. Some of them can run live code inline.
Re: Ask HN: Can programming be learnt completely on smartphone?
#58Also I used Pythonista years ago and it was pretty cool. Looks like they’ve done a nice job of keeping it up to date.
- Pythonista 3 $10. Supports Python 2.7 & 3.5, stepthrough debugging, popular modules, and apparently it can access some iOS things like photos and sensors now too.
Website: http://omz-software.com/pythonista/
App Store: https://itunes.apple.com/us/app/pythonista-3/id1085978097
Re: Ask HN: Can programming be learnt completely on smartphone?
#59For those reading this that are on an Apple device here are some interesting options for getting started with learning on iOS. At a very very basic level there’s swift playgrounds. Also I used Pythonista years ago and it was pretty cool. Looks like they’ve done a nice job of keeping it up to date. - Pythonista 3 $10. Supports Python 2.7 & 3.5, stepthrough debugging, popular modules, and apparently it can access some…