Want to try out string interpolation in D?

Imperatorn johan_forsberg_86 at hotmail.com
Sun Oct 22 08:28:59 UTC 2023


On Friday, 20 October 2023 at 16:41:40 UTC, Imperatorn wrote:
> Here's a script to get you started


Same instructions for DIP1027:

```
git clone https://github.com/WalterBright/dmd.git
cd dmd
git checkout dip1027
rdmd compiler/src/build.d
```

Then same instructions as above but without the need to copy 
interpolation.d


More information about the Digitalmars-d-learn mailing list