DEV Community

Bertil Muth
Bertil Muth

Posted on

3

Coding on the smartphone

Anybody doing that? Which language/IDE do you use? What are the benefits/downsides?

Top comments (1)

Collapse
 
ntrupin profile image
Noah Trupin

On my smartphone I typically write in NASM assembly, and occasionally in C.

I must say, iSH (ish.app/) is a GODSEND. It’s still only on TestFlight, but it has been the best tool I’ve ever used for developing on my smartphone.

It’s a full Alpine Linux Shell, complete with all the commands and programs you would expect! Get started with the built ins (like Vi), and install anything you want using apk (I’ve installed and use gcc, g++, nasm, vim, and tmux).

It is a bit challenging to code on a smartphone, with the smaller screen size and no real keyboard, but the ability to always have your projects and shell with you (iSH!) has always been a major benefit for me.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay