On Thu, 05 Sep 2013 14:28:34 GMT, Zss wrote:

Is it possible to run vibe.d applications on ARM ? If not, is it planned ? It would be nice to run a couple of native services on a raspberry pi machine, without using any interpreter or just-in-time compiler.

Currently there are 2 key points here:

1) ARM support in GDC : good and improving, but not complete yet (no full Phobos/druntime support)
2) Compiling vibe.d with GDC - it had some issues some time ago, don't know what is the current situation.