Another "D is cool" post

aberba via Digitalmars-d digitalmars-d at puremagic.com
Mon May 29 12:53:47 PDT 2017


On Monday, 29 May 2017 at 19:07:03 UTC, H. S. Teoh wrote:
> So, recently in one of my pet projects I have a bit of code 
> that takes a string, fills in a code template, invokes the D 
> compiler to create a shared object, then loads the object with 
> dlopen() and calls dlsym() to get the entry point into the 
> compiled code as a function pointer.
>
> [...]

Besides the syntax (clean code),  productivity is one main reason 
I choose D as my primary language.


More information about the Digitalmars-d mailing list