Thread overview
Internet/web and D !
Sep 18, 2004
I.H.S
Sep 19, 2004
J C Calvarese
Sep 19, 2004
Sjoerd van Leent
September 18, 2004
Goodday ladies and gentlemen!
Can D and DMDScript combination match perl/php/python/ruby in web client/server
side prograaming? Can they be used with apache? Do they offer
complete,powerful,and refined web solutions?
yours truly,
Still, the very, Novice.


September 19, 2004
I.H.S wrote:
> Goodday ladies and gentlemen!
> Can D and DMDScript combination match perl/php/python/ruby in web client/server
> side prograaming? Can they be used with apache? Do they offer
> complete,powerful,and refined web solutions?
> yours truly,
> Still, the very, Novice.

I haven't heard of anyone using D/DMDScript together, but you might be interested in DSP:

http://www.dsource.org/projects/dsp/

"A dynamic servlet generation toolkit, designed for web servers"

-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
September 19, 2004
In article <ciigj0$i7p$1@digitaldaemon.com>, I.H.S says...
>
>
>Goodday ladies and gentlemen!
>Can D and DMDScript combination match perl/php/python/ruby in web client/server
>side prograaming? Can they be used with apache? Do they offer
>complete,powerful,and refined web solutions?
>yours truly,
>Still, the very, Novice.
>
>

DMDScript is an implementation of Ecmascript (JavaScript/JScript) it doesn't have anything to do with D.

Technically you can use any program with Apache. In this matter you can use it as CGI and use the output of your D program to write to the webpage(s).

Regards,
Sjoerd