[OT] Ada gems

via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 15 11:27:36 PDT 2014


On Wednesday, 15 October 2014 at 18:15:10 UTC, Paulo Pinto wrote:
> Even if that isn't the case, the only thing C is good at 
> currently is embedded devices low on RAM, device drivers and 
> being a portable assembler.
>
> For everything else, there are better alternatives.

Portable libraries. It is a stable design that most languages can 
interface with, so you can generally not go wrong by writing 
libraries in C.

It is a pity that some cool libraries are C++ only (like 3D 
physics), but maybe automatic source-to-source translation can do 
well sometime in the future.


More information about the Digitalmars-d mailing list