A C++ interpreter

Andrej Mitrovic andrej.mitrovich at gmail.com
Mon Aug 13 08:02:58 PDT 2012


On 8/13/12, Marco Leise <Marco.Leise at gmx.de> wrote:
> Am Mon, 13 Aug 2012 05:38:01 +0200
> schrieb Andrej Mitrovic <andrej.mitrovich at gmail.com>:
>
>> On 8/13/12, bearophile <bearophileHUGS at lycos.com> wrote:
>> > http://blog.coldflake.com/posts/2012-08-09-On-the-fly-C%2B%2B.html
>>
>> http://dlang.org/rdmd.html
>
> Aw come on, that is not a shell

That C++ blog post begins with talking how hard it is to just compile
something to test things out. All I ever have to do is hit CTRL+ALT+J
and I get a new D file opened in my editor with some common Phobos
imports. Then I hit F4 and RDMD compiles and runs the app.

I've been using this for years, I've got well over 1000 files in my
test directory. I don't see what a shell can provide when building D
scripts is so damn fast anyway. :)


More information about the Digitalmars-d mailing list