Why I am switching to Go

ryuukk_ ryuukk_ at gmail.com
Mon Mar 1 23:01:11 UTC 2021


> If you have time, I would appreciate it if you can give me some 
> feedback on it.
>
> Thanks!

PDF is not a very nice format for sharind code tutorials

I think, specially for github, a markdown (.MD) doc would be MUCH 
better, so you can embed code this way:

```D
void main() {
     writeln("hi");
}
```

You can also embbed screenshots and stuff





More information about the Digitalmars-d mailing list