Apple is officially moving away from Intel to a custom Arm chip

Adam D. Ruppe destructionator at gmail.com
Thu Jul 2 20:46:52 UTC 2020


On Thursday, 2 July 2020 at 20:42:25 UTC, Walter Bright wrote:
> Clearly, someone needs to write a D blog article explaining how 
> to get a simple D program compiled and running on the Raspberry 
> Pi.

apt install gdc

gdc program.d

where's my cash? :P

It really is that simple, with the one caveat that the gdc in the 
package manager is a bit old, so not all libraries will just work.

Getting gdc into gcc is a real victory - it is this simple on 
various Linux systems now.

I recently did a gpio module too and made a little D program to 
do audio and trigger leds on a raspberry pi 
http://dpldocs.info/this-week-in-d/Blog.Posted_2020_05_11.html#gpio.d


More information about the Digitalmars-d mailing list