Learn D in x minutes

Martin Nowak via Digitalmars-d digitalmars-d at puremagic.com
Wed May 14 16:28:50 PDT 2014


On Wednesday, 14 May 2014 at 08:46:34 UTC, bearophile wrote:
> Martin Nowak:
>
>> http://drepl.dawg.eu
>
> Looks quite nice, it can become quite useful for D programmers.
>
> If I insert:
> int[int] d = [1: 2, 3:4];
>
> It answers me:
> => non-constant expression [1:2, 3:4]
>
> Bye,
> bearophile

https://github.com/MartinNowak/drepl/issues/8
There are still some limitations, hope to have time for this 
soon, but shared libraries are more important currently.


More information about the Digitalmars-d mailing list