Re: Arduino and D

2018-05-16 Thread Mike Franklin via Digitalmars-d
On Wednesday, 16 May 2018 at 08:48:26 UTC, Russel Winder wrote: 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? Using D for programming ARM

Re: Arduino and D

2018-05-16 Thread rikki cattermole via Digitalmars-d
On 16/05/2018 8:48 PM, Russel Winder wrote: On Tue, 2018-05-15 at 22:28 +, Filipe Laíns via Digitalmars-d wrote: […] Actually, most arduinos use Atmel's chips so most of them are AVR. Apparently, there was some work done to port GDC to AVR [1]. I don't really know the usability of this

Re: Arduino and D

2018-05-16 Thread Russel Winder via Digitalmars-d
On Tue, 2018-05-15 at 22:28 +, Filipe Laíns via Digitalmars-d wrote: […] > > Actually, most arduinos use Atmel's chips so most of them are AVR. > Apparently, there was some work done to port GDC to AVR [1]. I > don't really know the usability of this but I suspect it's not > much. [1]

Re: Arduino and D

2018-05-15 Thread Filipe Laíns via Digitalmars-d
On Saturday, 25 October 2014 at 22:55:12 UTC, Israel wrote: On Saturday, 25 October 2014 at 21:49:53 UTC, Ty Tower wrote: Has anybody tapped the massive Arduino programming explosion using D instead of C++ ? I got started on Arduino a few years back and it has taken the microprocessor

Re: Arduino and D

2018-05-15 Thread Ethan Scott via Digitalmars-d
On Saturday, 25 October 2014 at 21:49:53 UTC, Ty Tower wrote: Has anybody tapped the massive (https://hackr.io/tutorials/learn-arduino) Arduino programming explosion using D instead of C++ ? I got started on Arduino a few years back and it has taken the microprocessor popularity through the

Re: Arduino and D

2014-10-26 Thread Trass3r via Digitalmars-d
my work has stalled as I try to find a way to make the experience more polished, and less like patchwork. It's a shame this went nowhere: https://issues.dlang.org/show_bug.cgi?id=12270

Arduino and D

2014-10-25 Thread Ty Tower via Digitalmars-d
Has anybody tapped the massive Arduino programming explosion using D instead of C++ ? I got started on Arduino a few years back and it has taken the microprocessor popularity through the roof . Unfortunately you download the IDE (Integrated Development Environment) from Arduino.cc direct and

Re: Arduino and D

2014-10-25 Thread Israel via Digitalmars-d
On Saturday, 25 October 2014 at 21:49:53 UTC, Ty Tower wrote: Has anybody tapped the massive Arduino programming explosion using D instead of C++ ? I got started on Arduino a few years back and it has taken the microprocessor popularity through the roof . Unfortunately you download the IDE

Re: Arduino and D

2014-10-25 Thread Mike via Digitalmars-d
On Saturday, 25 October 2014 at 21:49:53 UTC, Ty Tower wrote: Has anybody tapped the massive Arduino programming explosion using D instead of C++ ? I got started on Arduino a few years back and it has taken the microprocessor popularity through the roof . Unfortunately you download the IDE

Re: Arduino and D

2014-10-25 Thread Mike via Digitalmars-d
On Saturday, 25 October 2014 at 22:55:12 UTC, Israel wrote: Well it is ARM so it should be possible. There is a significant difference between ARM and ARM Thumb. ARM (which shares the name of ARM Ltd.) is the architecture primarily used for devices like smartphones, credit card PCs