On Saturday, 17 July 2021 at 04:13:53 UTC, btiffin wrote:
On Friday, 16 July 2021 at 20:04:21 UTC, jfondren wrote:
On Friday, 16 July 2021 at 19:25:32 UTC, btiffin wrote:
Using gdc-11 and Seamonkey.
https://rosettacode.org/wiki/Hello_world/Web_server#D does
not compile.
The `while` as you noted is wrong. The server also doesn't
turn REUSEADDR
...
But, I mainly made the note to motivate a D aficionado to
update and fix the Rosetta entry so that it at least compiles.
Updated the entry. Not improved, just fixed the cast(bool) to
!is null, so the solution compiles.