If I had my way

Robert Clipsham robert at octarineparrot.com
Mon Dec 12 01:31:48 PST 2011


On 12/12/2011 03:58, Walter Bright wrote:
> On 12/11/2011 10:34 AM, Paulo Pinto wrote:
>> In my experience programming embedded systems in highly constrained
>> environments
>> usually means assembly or at most a C compiler using lots
>> of compiler specific extensions for the target environment.
>>
>> I fail to see how D without GC could be a better tool in such
>> enviroments.
>
> For a system with a tiny amount of memory, D probably is the wrong tool.
> My suggestion would be:
>
> 0..64K assembler
> 64K..1M C

enum there = areALotOfCoolThingsInDThatDontNeedGC();

It'd be nice if D was an option here too.

> 1M+ D
>
> The larger your program is, the more D starts to pull ahead.


-- 
Robert
http://octarineparrot.com/


More information about the Digitalmars-d mailing list