TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Which programming language can I learn on my Termux-enabled Android tab?

7 点作者 FerretFred9 个月前
My new Lenovo M8 Android 14 tablet seems to run Termux just fine, so I'd like to spend some idle time learning a programming language - ideally one that doesn't need gigabytes of libraries to work. IDE of choice will be vi. Not trying to run the Evil Empire - just do some basic text handling/parsing and file I/O. I'm from a Perl background :) TIA

5 条评论

mikewarot9 个月前
You can do almost everything. You can even use apt-get.<p>However, beware!<p>If you uninstall or upgrade Termux, <i>all your files will be wiped</i> without warning.<p>I lost my SimH based VAX 11&#x2F;780 running VMS 7.2 that way. 8(<p>It was so cool having a VAX in my pocket.
评论 #41418550 未加载
ActorNightly9 个月前
&gt;IDE of choice will be vi<p>Termux repos has a vscode-server package, that starts up a vscode server, which you can access through the web browser. Much better way to code IMO.
avghaloplayer9 个月前
You can download apps like Sololearn. I know they are not that great, but you can learn the basics of any language you want!
FerretFred9 个月前
I opted for Rust in the end: versatile, and sooo much scope!
FerretFred9 个月前
A Vax?! Wow! Now that&#x27;s worth a look!