Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
September 07, 2017 D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++? |
September 08, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to dark777 | On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote:
> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++?
GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD.
|
September 08, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to solidstate1991 | On Friday, 8 September 2017 at 00:09:08 UTC, solidstate1991 wrote:
> On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote:
>> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++?
>
> GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD.
so does it mean that if I develop a program using the D language in BSD creating generic resources for example and compiling on windows, linux and darwin it would work fine?
|
September 08, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to dark777 | On 08/09/2017 3:08 AM, dark777 wrote:
> On Friday, 8 September 2017 at 00:09:08 UTC, solidstate1991 wrote:
>> On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote:
>>> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++?
>>
>> GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD.
>
> so does it mean that if I develop a program using the D language in BSD creating generic resources for example and compiling on windows, linux and darwin it would work fine?
Each platform has its own unique behavior and related code.
Gotta try it to know for certain.
But that is unrelated to D in the most part :)
|
September 08, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to rikki cattermole | On Friday, 8 September 2017 at 03:56:25 UTC, rikki cattermole wrote:
> On 08/09/2017 3:08 AM, dark777 wrote:
>> On Friday, 8 September 2017 at 00:09:08 UTC, solidstate1991 wrote:
>>> On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote:
>>>> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++?
>>>
>>> GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD.
>>
>> so does it mean that if I develop a program using the D language in BSD creating generic resources for example and compiling on windows, linux and darwin it would work fine?
>
> Each platform has its own unique behavior and related code.
> Gotta try it to know for certain.
>
> But that is unrelated to D in the most part :)
but in any case then the D language can be considered multiplatform?
|
September 08, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to dark777 Attachments:
| It's a compiled language, it'll behave like c++. 2017-09-08 7:13 GMT+02:00 dark777 via Digitalmars-d-learn < digitalmars-d-learn@puremagic.com>: > On Friday, 8 September 2017 at 03:56:25 UTC, rikki cattermole wrote: > >> On 08/09/2017 3:08 AM, dark777 wrote: >> >>> On Friday, 8 September 2017 at 00:09:08 UTC, solidstate1991 wrote: >>> >>>> On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote: >>>> >>>>> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++? >>>>> >>>> >>>> GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD. >>>> >>> >>> so does it mean that if I develop a program using the D language in BSD creating generic resources for example and compiling on windows, linux and darwin it would work fine? >>> >> >> Each platform has its own unique behavior and related code. Gotta try it to know for certain. >> >> But that is unrelated to D in the most part :) >> > > but in any case then the D language can be considered multiplatform? > |
September 09, 2017 Re: D is Multiplatform[DUVIDA] | ||||
---|---|---|---|---|
| ||||
Posted in reply to dark777 | On Friday, 8 September 2017 at 05:13:18 UTC, dark777 wrote:
> On Friday, 8 September 2017 at 03:56:25 UTC, rikki cattermole wrote:
>> On 08/09/2017 3:08 AM, dark777 wrote:
>>> On Friday, 8 September 2017 at 00:09:08 UTC, solidstate1991 wrote:
>>>> On Thursday, 7 September 2017 at 23:58:05 UTC, dark777 wrote:
>>>>> Good night, did you want to know this? Is the DE language cross-platform or cross-compile like C ++?
>>>>
>>>> GDC and LDC has multi-platform support, I'm currently working on an ARM backend for DMD.
>>>
>>> so does it mean that if I develop a program using the D language in BSD creating generic resources for example and compiling on windows, linux and darwin it would work fine?
>>
>> Each platform has its own unique behavior and related code.
>> Gotta try it to know for certain.
>>
>> But that is unrelated to D in the most part :)
>
> but in any case then the D language can be considered multiplatform?
Yes, and it even has language features related to multiplatform ddevelopment, eg. conditional compiling.
|
Copyright © 1999-2021 by the D Language Foundation