Gary Willoughby: "Why Go's design is a disservice to intelligent programmers"

ketmar via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Mar 28 06:52:54 PDT 2015


On Sat, 28 Mar 2015 13:27:55 +0000, Ola Fosheim Grøstad wrote:

> In essence, you should ideally be able to break a task into all it's
> independent parts and run them in parallel (i.e.. futures, events etc).
> Preferably batch them to get better performance, and sort them based on
> when they have to complete. Then have a mechanism that exerts
> back-pressure if deadlines are in danger, telling the load balancer to
> back off. How you go about it depends on the application, but that ought
> to be the ideal for anything that resembles a modern soft realtime
> platform.

then you have to switch to some functional language, preferably one that 
does cps transformations in the compiler. as you told somewhere else, D 
is too broad to be restricted to this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-announce/attachments/20150328/cd7c7063/attachment.sig>


More information about the Digitalmars-d-announce mailing list