[OT] Re: Why don't you advertise more your language on Quora etc ?

Rico Decho via Digitalmars-d digitalmars-d at puremagic.com
Mon Mar 6 09:52:40 PST 2017


Btw, I'm not promoting Nim here, just asking to take inspiration 
from its memory model ;)

I've used Nim in the past, and while it's a nice language, D is 
much closer to perfection regarding my personal needs and tastes.

I've actually converted all my Nim scripts to D, because :
1/ it doesn't force you to declare the types and functions before 
using them;
2/ it uses a standard curly-brace block syntax, which helps a lot 
when porting C++ or Node.js code to D.



More information about the Digitalmars-d mailing list