<p dir="ltr"></p>
<p dir="ltr">On 16 Aug 2016 20:45, "Alexandru Ermicioi via Digitalmars-d-announce" <<a href="mailto:digitalmars-d-announce@puremagic.com">digitalmars-d-announce@puremagic.com</a>> wrote:<br>
><br>
> On Tuesday, 16 August 2016 at 14:25:10 UTC, Jacob Carlborg wrote:<br>
>><br>
>> On 2016-08-16 11:41, Alexandru Ermicioi wrote:<br>
>><br>
>>> <a href="https://github.com/aermicioi/aedi">https://github.com/aermicioi/aedi</a><br>
>><br>
>><br>
>> If you use:<br>
>><br>
>> ```d<br>
>> ```<br>
>><br>
>> For the code block you'll get syntax highlighting for D.<br>
><br>
><br>
> Thx, for info. Didn't know about such syntax. I'll update it with next batch of modifications.</p>
<p dir="ltr">Can this be used to do function <br>
currying? <a href="http://stackoverflow.com/questions/36314/what-is-currying">http://stackoverflow.com/questions/36314/what-is-currying</a></p>
<p dir="ltr">Seems like an interesting feature. I imagine it would use templates or a wrapper struct instead of wrapped functions though. </p>