amharrison / jactr

-old - jACT-R Bundles
http://jact-r.org/
7 stars 5 forks source link

Put scripting into a separate bundle #6

Open monochromata opened 9 years ago

monochromata commented 9 years ago

scripting needs to be put into its own bundle, separate from jactr core

amharrison commented 9 years ago

This is fairly simple. Script support in jACT-R predates Java's support for dynamic languages.

  1. We need to update the code to use Java's core support for dynamic language engines (which should allow us to ditch mozilla rhino dependency)
  2. Pull out the scripting into its own bundle, and make sure that bundle is included in an installation feature (tools, probably)
monochromata commented 8 years ago

In https://github.com/monochromata/jactr scripting is now a separate bundle. Currently io depends on it. Rhino is still used. Scripting is not part of a feature yet, as I'm waiting for feature-generation to become available in https://github.com/reficio/p2-maven-plugin .