www.digitalmars.com         C & C++   DMDScript  

c++.announce - Digital Mars DScript is here!

reply "Walter" <walter digitalmars.com> writes:
www.digitalmars.com/dscript/

Also check out the new DScript newsgroup!
Jun 18 2002
next sibling parent reply "KarL" <none nowhere.org> writes:
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!
Jun 18 2002
parent "Walter" <walter digitalmars.com> writes:
"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>
Jun 18 2002
prev sibling parent reply J R <jjreimer telus.net> writes:
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
Jun 19 2002
parent reply "Walter" <walter digitalmars.com> writes:
"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!
Jun 19 2002
parent timeless <timeless mac.com> writes:
"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/
Jun 21 2002