Languages for servers (Go, D, and more)

Sean Kelly via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 8 07:26:16 PDT 2014


On Tuesday, 8 July 2014 at 14:24:10 UTC, Sean Kelly wrote:
>
> But you're ultimately passing something as a void* to a library 
> call and receiving it later as the context for a callback.  
> That value has to live on the heap.

Well to be fair, you could make the context an index into an 
array.


More information about the Digitalmars-d mailing list