Live data from Hacker News

Ask HN: What is a good phone for to write code on?

news.ycombinator.com

1–8 of 8 posts

Ask HN: What is a good phone for to write code on?

#1
I find myself away from desktop/table for fairly long hours (Example, at the playgorund with kids, standing on subway etc). I have to write (office) code while at such places.

Is there a good phone you would recommend which makes it easy to write and compile code? (Java + Front end stuff)

Re: Ask HN: What is a good phone for to write code on?

#4
None. Even tablets are considerably less than optimal (believe me, I've been trying for years now). Nothing on iOS has been suitable (caveat: I have not tried in the last six months), Android offerings tend to be better.

Java is even worse than some of the other options because of the syntactic noise: too many special characters are required in too many places.

At best you could do some limited code generation if you used some GUI-oriented block mechanism (e.g., Blockly that outputs Java code), but phone displays are small even for that limited form of interaction.