Thread overview
Digital Mars DScript is here!
Jun 19, 2002
Walter
Jun 19, 2002
KarL
Jun 19, 2002
Walter
Jun 19, 2002
J R
Jun 19, 2002
Walter
Jun 21, 2002
timeless
June 19, 2002
www.digitalmars.com/dscript/

Also check out the new DScript newsgroup!


June 19, 2002
Any reason why "goto" is implemented in a scripting language?

My brain is cracking up thinking about using goto in an "eval"...

"Walter" <walter@digitalmars.com> wrote in message news:aeov4d$p1c$2@digitaldaemon.com...
> www.digitalmars.com/dscript/
>
> Also check out the new DScript newsgroup!
>
>


June 19, 2002
"KarL" <none@nowhere.org> wrote in message news:aep0r9$qrj$1@digitaldaemon.com...
> Any reason why "goto" is implemented in a scripting language?

It was easy to add? <g>


June 19, 2002
Walter wrote:
> www.digitalmars.com/dscript/
> 
> Also check out the new DScript newsgroup!
> 
> 

Is there a way to make DScript work with Mozilla 1.0?

The advantage of using this browser is that you don't have to worry about disabling JScript in Internet Explorer and then having the rest of Windows hiccuping. ;)

DScript looks very impressive, though!

Thanks,

John Reimer

June 19, 2002
"J R" <jjreimer@telus.net> wrote in message news:3D10D750.8040609@telus.net...
> Is there a way to make DScript work with Mozilla 1.0?

Probably not without rewriting Mozilla.

> The advantage of using this browser is that you don't have to worry about disabling JScript in Internet Explorer and then having the rest of Windows hiccuping. ;)

As I am able to isolate what those undocumented features are, I implement them (for example, Outlook Express now works with DMDScript). It's just that there seems to be endless quirky undocumented behaviors.

> DScript looks very impressive, though!

Thanks!


June 21, 2002
"J R" <jjreimer@telus.net> wrote in message news:3D10D750.8040609@telus.net...
> Is there a way to make DScript work with Mozilla 1.0?

Walter wrote:
> Probably not without rewriting Mozilla.

in theory mozilla's scripting api is plugable, so you /should/ be able to add perlscript, pythonscript and dscript.

(someone even asked if mozilla.org would accept VBScript if it was donated -- no reply yet)

if someone is interested in trailblazing this path, i'd be glad to help point to code bits, test and round up assistance (however it probably makes the most sense to start from activestate's python or perl, since they already have xpcom bindings).

So this leads to the other question...

Is anyone interested in writing D XPCOM bindings? http://www.mozilla.org/catalog/architecture/xpcom/