Y
Hacker News
new
|
ask
|
show
|
jobs
by
dzaima
498 days ago
You can run BQN in termux on Android pretty well. A list of libraries is available at
https://github.com/pellertson/awesome-bqn
.
https://mlochbaum.github.io/BQN/
has pretty good documentation.
2 comments
dzaima
497 days ago
err, on the Android termux thing - building CBQN is annoyingly slightly non-trivial - have to `pkg install libandroid-spawn`, and then `make for-build lf=-landroid-spawn; make lf=-landroid-spawn`, because android doesn't come with posix_spawn.
link
cess11
497 days ago
Thanks, I'll try it out.
link