Arduino and D
Martin Tschierschke
mt at smartdolphin.de
Mon May 27 15:40:36 UTC 2019
On Monday, 27 May 2019 at 15:13:31 UTC, NAme wrote:
> On Wednesday, 16 May 2018 at 08:48:26 UTC, Russel Winder wrote:
>> On Tue, 2018-05-15 at 22:28 +0000, Filipe Laíns via
>> Digitalmars-d wrote: […]
[...]
>> to deal with controlling hardware. How easy is it to build D
>> codes with gdc or ldc without Phobos, and without DRuntime?
>>
>> Is D wthout Phobos useful for IoT or should one stick with
>> C,Lua, and MicroPython? Is IoT an opportunity for D or is it a
>> false direction given D is an x86/x86_64 oriented programming
>> language?
>
> LLVM has an AVR target.
> I was able to run a simple LED blink program using betterC on
> an AVR attiny chip. I just output the IR from LDC, and put it
> through LLVM targeting AVR. No work needs to be done, D already
> works on AVR!
Cool!
More information about the Digitalmars-d
mailing list