digitalmars.D - Internet/web and D !
- I.H.S (6/6) Sep 18 2004 Goodday ladies and gentlemen!
- J C Calvarese (8/14) Sep 18 2004 I haven't heard of anyone using D/DMDScript together, but you might be
- Sjoerd van Leent (7/13) Sep 19 2004 DMDScript is an implementation of Ecmascript (JavaScript/JScript) it doe...
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.
Sep 18 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/
Sep 18 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
Sep 19 2004