On Mon, Aug 13, 2012 at 12:51 AM, Russel Winder <span dir="ltr"><<a href="mailto:russel@winder.org.uk" target="_blank">russel@winder.org.uk</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, 2012-08-13 at 07:53 +0200, Era Scarecrow wrote:<br>
> On Monday, 13 August 2012 at 04:25:19 UTC, Marco Leise wrote:<br>
> > Am Mon, 13 Aug 2012 05:38:01 +0200<br>
> > schrieb Andrej Mitrovic <<a href="mailto:andrej.mitrovich@gmail.com">andrej.mitrovich@gmail.com</a>>:<br>
> ><br>
> >> On 8/13/12, bearophile <<a href="mailto:bearophileHUGS@lycos.com">bearophileHUGS@lycos.com</a>> wrote:<br>
> >> > <a href="http://blog.coldflake.com/posts/2012-08-09-On-the-fly-C%2B%2B.html" target="_blank">http://blog.coldflake.com/posts/2012-08-09-On-the-fly-C%2B%2B.html</a><br>
> >><br>
> >> <a href="http://dlang.org/rdmd.html" target="_blank">http://dlang.org/rdmd.html</a><br>
> ><br>
> > Aw come on, that is not a shell<br>
><br>
>   Isn't rdmd just a wrapper for the compiler, then calls the<br>
> compiled code (or previously saved version of it) afterwards?<br>
> (That's the impression I get anyways)<br>
<br>
Shells such as Python, Scala, etc. are good for some one-off experiments<br>
and tasks, but I think in general they are over-rated in general<br>
usefulness.  Much better for non-trivial experimentation is to have a<br>
super-lightweight editor/execution. Groovy has GroovyConsole, Python has<br>
IDLE. Personally I find Emacs/rdmd excellent as an experimentation<br>
combination for D codes.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Russel.<br>
=============================================================================<br>
Dr Russel Winder      t: <a href="tel:%2B44%2020%207585%202200" value="+442075852200">+44 20 7585 2200</a>   voip: <a href="mailto:sip%3Arussel.winder@ekiga.net">sip:russel.winder@ekiga.net</a><br>
41 Buckmaster Road    m: <a href="tel:%2B44%207770%20465%20077" value="+447770465077">+44 7770 465 077</a>   xmpp: <a href="mailto:russel@winder.org.uk">russel@winder.org.uk</a><br>
London SW11 1EN, UK   w: <a href="http://www.russel.org.uk" target="_blank">www.russel.org.uk</a>  skype: russel_winder<br>
</font></span></blockquote></div><br><div>I just use <a href="http://dpaste.dzfl.pl">http://dpaste.dzfl.pl</a> for my quick testing.</div><div><br></div><div>I do miss not having vim keybindings but I do gain dmd-git support without the pain of setting it up locally.  I'm often testing stuff during a discussion in #D IRC so the site makes it much easier to share as well.</div>
<div><br></div><div>BA</div>