Am Wed, 06 May 2015 04:47:53 +0000
schrieb "Suliman" <everm...@live.ru>:

> Maybe it's stupid question, but is there any chance to get D on 
> AVR(8/16 bit)?

Yes! I've written small D test programs for AVR.

The only problem could be far pointers. However, far pointers are
very rare in AVR code and it's hard to find documentation. It seems
there's no compiler support for far pointers and everything is
implemented in the library[1]. In that case there's no issue for D.

[1] http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html

Reply via email to