On Tue, Apr 29, 2008 at 4:07 PM, Randall R Schulz <[EMAIL PROTECTED]> wrote:
>  I am setting out to add scriptability to a largish and relatively
>  mature, though still evolving, Java application.
...
> So my question is this: What sort of analysis should I be making
> to select between these two?

Be sure to consider issues of deployment -- will you need to load
source files out of jars or as classloader resources?  Does the
application use classloaders in interesting ways that might trip up
the language implementation?  Do you need to create multiple
independent language runtimes, and if so, does the language
implementation support that?  Some of these features, if missing,
might be easy for you to add -- ask a developer.  And (of course) ask
programmers on the language's user mailing list to share their
experiences.

-David

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jvm-languages?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to