Mike Dierken wrote:
>
> Are there any applicable standards that a BSF implementation might need
to
> be updated to support?  For example, if the current BSF uses Javascript,
are
> there any issues with the ECMAScript specification that touches on the
BSF?

As former editor of the ECMAScript standard, I can very confidently answer
the last question in the negative.  Also, one of the committers to the BSF
project is the author of Mozilla's Rhino project.

Language standards tend to focus on sytax and semantics, not on how to
embed the script language engine itself.  A few languages (like TCL) are
designed to be embeddable, and a few implementations (such as Rhino) do so
without being required to.  But many haven't given it much thought.

- Sam Ruby


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to