In the age of microservices and networking in general, were D is at?

Adam D. Ruppe destructionator at gmail.com
Mon Sep 14 02:10:29 UTC 2020


On Monday, 14 September 2020 at 02:01:09 UTC, James Blachly wrote:
> For example, instead of matching on the route, they match on 
> the first character of, or the length of the route.

So that's kinda sorta cheating, but like that kind of thing is 
one of the reasons why code like my cgi.d is why it is: you can 
use as much or as little of it as you need.

For some programs, i use the fancy page generation framework. For 
others, I just write("hello world"). That's the way the lib is 
intended to be used, so I wouldn't really call it cheating if 
theirs are that flexible too.


More information about the Digitalmars-d mailing list