On 8 January 2012 03:40, Nick Sabalausky <a@a.a> wrote:
"Froglegs" <lugtug@gmail.com> wrote in message
news:lwcqnrvamqlnjjlxzbqa@dfeed.kimsufi.thecybershadow.net...
>
> can reload scripts while program is executing. Neither D nor C++ work
> here.
>

Why not a dll? Those can be compiled/loaded/reloaded at runtime. And since
it's just scripts, it wouldn't take long to compile at all, at least in D
(maybe not so much in C++).

It's common for designers to edit scripts, and they don't usually have coding environments on their machines.