early alpha of D REPL

Tourist gravatar at gravatar.com
Fri Feb 14 06:33:27 PST 2014


On Thursday, 13 February 2014 at 20:18:39 UTC, Rory McGuire wrote:
> very cool
>
>
> On Thu, Feb 13, 2014 at 12:27 PM, Tourist 
> <gravatar at gravatar.com> wrote:
>
>> On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak 
>> wrote:
>>
>>> Barely running but already fun and a little useful.
>>>
>>> Example:
>>>
>>> D> import std.algorithm, std.array, std.file;
>>> => std
>>> D> auto name(T)(T t) {
>>>  |     return t.name;
>>>  | }
>>> => name
>>> D> dirEntries(".", SpanMode.depth).map!name.join(", ")
>>> => ./drepl_sandbox
>>> D>
>>>
>>> https://github.com/MartinNowak/drepl
>>> http://drepl.dawg.eu/
>>>
>>
>> http://i.imgur.com/LNYMNYw.png

Looks like you're being sarcastic.
What I meant is that sending comments twice disconnects the 
server. I can reproduce it every time. Looks like a bug to me.


More information about the Digitalmars-d-announce mailing list