libc dependency

Russel Winder via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Jun 20 00:48:26 PDT 2017


On Mon, 2017-06-19 at 22:41 +0000, Honey via Digitalmars-d-learn wrote:
> 
[…]
> I heard that Go's standard library is based on a similar approach.
> 
> Not depending on libc at all might serve as a marketing 
> instrument as well.

But there is lots of paid resource in the core Go community which makes
not using "middleware" feasible by providing your own. Also of course
the Go/C interface is not as clean as is the case in D, so the need for
Go-specific middleware is much, much higher. As D can call C linkage
libraries, and libc is a library for interfacing to OSes, use it, get
the abstraction, pay the (small) price, get someone else to do the
maintenance.

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20170620/08a2a723/attachment-0001.sig>


More information about the Digitalmars-d-learn mailing list