I am looking for a scripting language that meets the following criteria:
- Well Documented
- Implemented in Java
- Understands Datatypes (can handle longs, strings, etc)
- Is fully extensible
Any suggestions? Currently, I'm using Javascript, but the Doubles that it sets numbers to is not big enough for the data work I'm doing.
Thanks!