On Fri, 03 Feb 2012 17:13:04 +0100, Iain Buclaw <[email protected]> wrote:
On 3 February 2012 08:47, Andrea Fontana <[email protected]> wrote:
Is it possible to compile for avr (atmel) platform using gdc? It would
be
interesting for arduino development...
It's unlikely that D will run on systems without a MMU.
gdc actually asserts that the target it is building for is either
32bit or 64bit, anything greater or less than will fail to compile
anything with a solid ICE.
For Arduino, it was my understanding that development uses neither C
or C++ - something more of an abstract C-like language, unless I'm
thinking of NViDIA CUDA...
It uses C++.