1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/lang/rhino/pkg-descr
Nicola Vitale 2b9c499171 - Remove leading, undefined article from COMMENT
- Use options helpers
- Add support for stage dir
- Update link of WWW site
2014-06-11 05:12:13 +00:00

18 lines
666 B
Plaintext

Rhino is an open-source implementation of JavaScript written entirely
in Java. It is typically embedded into Java applications to provide
scripting to end users.
Rhino is an implementation of the core language only and doesn't contain
objects or methods for manipulating HTML documents.
Rhino contains
* All the features of JavaScript 1.6
* Allows direct scripting of Java
* A JavaScript shell for executing JavaScript scripts
* A JavaScript compiler to transform JavaScript source files
into Java class files
* A JavaScript debugger for scripts executed with Rhino
WWW: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino