> What's your favorite free programming environment for commonly used smartphones?
Termux
pkg install python
python
print('hello')
ctrl+D
Haven't tried these, but have seen them recommended:Acode
Termux + neovim
Termux + code-server (vscode-like, accessed through phone browser at localhost)