February 14, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Nowak | 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/
This approach with separate modules is far superior to what I did with dabble, and much simpler. My target was windows initially, where I guess this won't work currently. Hopefully the situation there will improve soon.
|
February 16, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On 02/14/2014 03:33 PM, Tourist wrote: > I can reproduce it every time. Looks like a bug to me. How about reporting a bug? https://github.com/MartinNowak/drepl/issues |
February 16, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to cal | On 02/15/2014 12:29 AM, cal wrote: > My target was windows initially, where I guess this won't work > currently. Hopefully the situation there will improve soon. Yes, we'll improve the Windows DLL support. At some point shared libraries should work equally well on all platforms. I also had a skype call with Benjamin about DIP45 yesterday. http://wiki.dlang.org/DIP45 |
February 17, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist Attachments:
| hehe, sorry. I use GMail and your comment was the last comment so I ended up commenting on your comment instead of the announcement.
On Fri, Feb 14, 2014 at 4:33 PM, Tourist <gravatar@gravatar.com> wrote:
>
>
> 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.
>
I too could reproduce that bug.
|
February 21, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to John Colvin | On 02/13/2014 10:40 AM, John Colvin wrote: > > It would be nice if in the online sandbox the window width could be > changed. https://github.com/MartinNowak/drepl/issues/23 |
February 21, 2014 Re: early alpha of D REPL | ||||
---|---|---|---|---|
| ||||
Posted in reply to Tourist | On 02/14/2014 03:33 PM, Tourist wrote: >>> > > 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. Please file bug reports. https://github.com/MartinNowak/drepl/issues https://github.com/MartinNowak/drepl/commit/7ec687ba342a04bff040630957bb10876d0ebb78 https://github.com/MartinNowak/drepl/commit/3eb953e91b29546a89c222cb4f9e8b9341dc1a47 |
Copyright © 1999-2021 by the D Language Foundation