2015-04-13 7:57 GMT+02:00 Dicebot via Digitalmars-d <digitalmars-d@puremagic.com>:
On Sunday, 12 April 2015 at 19:03:33 UTC, Laeeth Isharc wrote:
BTW - since we have linux on ARM, the following may be useful if you wish to run a D application on your Android mobile device.  No ADB or root required.

http://kevinboone.net/android_nonroot.html

I guess you might be able to run a local web server to have a friendlier interface, although I have not yet tried.  Since ssh and rsync works, I don't see why a web server wouldn't.

Only thing is that I don't think vibe.d is available on ARM yet.  (Please correct me if I am wrong).

The alternative is to run a full linux install in a chroot:

https://play.google.com/store/apps/details?id=ru.meefik.linuxdeploy

I am pretty sure I remember people reporting running vibe.d on Raspberry Pi
It is not checked by CI so things can break time to time, but in general it should work

I did compile and run a Vibe.d based solution on a Raspi B for almost 18 months.
It was mainly for the client part though, but I didn't have any issue specific to Vibe.d.