February 24, 2019
On Sunday, 24 February 2019 at 10:37:23 UTC, Andrea Fontana wrote:
> On Saturday, 23 February 2019 at 22:16:03 UTC,
> On Saturday, 23 February 2019 at 22:16:03 UTC, Avr Dude wrote:
>> (Sorry to bump such an old post).
>>
>> Now that betterC is a thing, it seems like D on avr is much more possible. What are your thoughts on using betterC on avr?
>
> I'm still waiting for it :)
> It would be cool to be able to compile code with d+betterc on esp32, for example (and iot is an hot topic in these days)
>
> Andrea

I did some research, and LLVM actually supports avr as a target. It shouldn't be too hard to use ldc to output LLVM IR and then use llc to output AVR elf.
1 2 3 4 5
Next ›   Last »