Lisp vs. C++ (not off-topic)

Dave Dave_member at pathlink.com
Wed Oct 11 17:03:26 PDT 2006


Walter Bright wrote:
> Josh Stern wrote:
>> This old blog doesn't mention D, but I think it is good and really
>> relevant anyway:
>>
>> http://userpages.umbc.edu/~bcorfm1/C++-vs-Lisp.html
>>

I see the dictionary and input files at the link below, but can't find the mappings.txt file used in 
the C++ version... Am I just missing it?

Thanks.

>> IMO, it points to a set of issues that relate to how D (and its 
>> libraries)
>> have the potential to allow developers to be a lot more productive than
>> they are with C++.   Particularly relevant D features related to
>> the points mentioned there include but are not limited to  GC, mixins,
>> regex, and elimination of header/instantiation separation.   The point
>> about the productivity benefits of creating interfaces that return the
>> most interesting value (maybe alongside the interface that allows the
>> greatest efficiency when optimizing) is a good one to remember in 
>> practice.
> 
> 
> It is a very interesting article for anyone wanting to carefully look at 
> language differences. Anyone care to try a D version following the 
> original challenge?
> 
>    http://www.flownet.com/ron/papers/lisp-java/
> 




More information about the Digitalmars-d mailing list