February 14, 2014
On Thursday, 13 February 2014 at 19:03:14 UTC, Martin Nowak wrote:
> It already is, though it might not be fully implemented yet.
> Try 'dmd -betterC'.

So you mean the latest DMD release already has it?

February 14, 2014
On Friday, 14 February 2014 at 16:07:21 UTC, Rel wrote:
> So you mean the latest DMD release already has it?

It has been there for ages, undocumented - Walter was using to simplify porting dmd to new platforms. It only removes ModuleInfo though AFAIR.
February 14, 2014
On 2/14/14, 7:48 AM, Rel wrote:
> On Thursday, 13 February 2014 at 21:08:01 UTC, Mike wrote:
>> [1] https://github.com/ldc-developers/ldc/issues/551
>> [2]
>> https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study/wiki/1.0-Introduction
>>
>> [3] http://wiki.dlang.org/Extremely_minimal_semihosted_%22Hello_World%22
>> [4]
>> https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study/wiki/1.1---Hello,-World!
>> (watch the ending '!')
>> [5] http://wiki.dlang.org/Runtime_Hooks
>> [6]
>> https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study/blob/structs/source/object.d
>>
>> [7] http://forum.dlang.org/post/jynxfglpulguvqbivrms@forum.dlang.org
>> [8]
>> https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study/blob/master/source/memory.d
>>
>> [9] https://bitbucket.org/timosi/minlibd
>> [10] https://github.com/CyberShadow/SlimD
>> [11] http://arsdnet.net/dcode/minimal.zip
>> [12] https://github.com/yebblies/dmd/tree/microd
>> [13] https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study
>> [14]
>> https://github.com/D-Programming-Language/druntime/blob/master/src/gcstub/gc.d
>>
>
> Oh, that's a huge list, I'll take a look at it, thanks for your answer!

Should plop this list in a wiki page or promote to a page on dlang.org!

Andrei
February 14, 2014
On Thu, Feb 13, 2014 at 11:46 AM, Paulo Pinto <pjmlp@progtools.org> wrote:

> I agree, I rather pay a little more like in Modula-2 and Ada, than have what C++ has become.
>
>
You shouldn't really need to. Take a look at Rust for instance.


February 15, 2014
On Friday, 14 February 2014 at 21:35:23 UTC, Ziad Hatahet wrote:
> On Thu, Feb 13, 2014 at 11:46 AM, Paulo Pinto <pjmlp@progtools.org> wrote:
>
>> I agree, I rather pay a little more like in Modula-2 and Ada, than have
>> what C++ has become.
>>
>>
> You shouldn't really need to. Take a look at Rust for instance.

Rust has its own costs as compared to C++. There is no free lunch.
1 2 3
Next ›   Last »