Re: C++/D platform matrix

2012-11-08 Thread Benjamin Thaut
Afaik druntime does not support: iOS, Windows Metro, Windows RT(ARM). GDC is only a frontend for gcc, so if you do some magic you might be able to get D to work on any platform that gcc can support. But only if you manage to get the d runtime running on that platform. I know that someone mana

C++/D platform matrix

2012-11-08 Thread DypthroposTheImposter
Hey I was wondering which platforms D works on, and more specifically which ones it can work together with C++11(so not DMD C++ since that isn't C++11(I think)). To my knowledge... Windows - Yes can build a D DLL and call it from C++ Linux - Yes ^ MacOS - Yes ^ iOS - I don't think iOS allow