Repository: polygene-java Updated Branches: refs/heads/develop 72ab774a9 -> dc12fa61b
POLYGENE-29 - Doc fixes Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/face6369 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/face6369 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/face6369 Branch: refs/heads/develop Commit: face6369f53f5a3d6ed7d62e5c6c0e009e50a3d2 Parents: 72ab774 Author: niclas <[email protected]> Authored: Sun Apr 9 13:09:08 2017 +0800 Committer: niclas <[email protected]> Committed: Sun Apr 9 13:09:08 2017 +0800 ---------------------------------------------------------------------- libraries/scripting/src/docs/scripting.txt | 36 ++++++++++++------------- 1 file changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/face6369/libraries/scripting/src/docs/scripting.txt ---------------------------------------------------------------------- diff --git a/libraries/scripting/src/docs/scripting.txt b/libraries/scripting/src/docs/scripting.txt index 1dc0cdf..b8afbf1 100644 --- a/libraries/scripting/src/docs/scripting.txt +++ b/libraries/scripting/src/docs/scripting.txt @@ -49,46 +49,46 @@ this library. We welcome additional information and samples of languages that has been tried and tested. .Language Support -[options="header"] +[options="header",align="left"] |======= -| Language | Supported | Tested | License | Implementation -| JavaScript | Yes | Yes | ? | Nashorn, built-in Java 8 and later -| Groovy | Yes | Yes | Apache | Apache Groovy, dependency exist from this library -| Ruby | Yes | No | (EPL|GPL|LGPL) + Ruby | JRuby -| Python | Yes | No | https://opensource.org/licenses/Python-2.0[Python] | Jython, must use jython-standalone -| Kotlin | Yes | No | Apache | Jetbrains -| Lua | Yes | No | MIT | luaj.org, -| Clojure | Yes | No | CPL | https://github.com/pmf/clojure-jsr223 +|Language | Supported | Tested | License | Implementation +|JavaScript | Yes | Yes | ? |Nashorn, built-in Java 8 and later +|Groovy | Yes | Yes |Apache |Apache Groovy, dependency exist from this library +|Ruby | Yes | No |(EPL\|GPL\|LGPL) + Ruby |JRuby +|Python | Yes | No |https://opensource.org/licenses/Python-2.0[Python] |Jython, must use jython-standalone +|Kotlin | Yes | No |Apache |Jetbrains +|Lua | Yes | No |MIT |luaj.org, +|Clojure | Yes | No |CPL |https://github.com/pmf/clojure-jsr223 |======= The following languages may or may not be supported, and was found at https://java.net/projects/scripting/sources/svn/show/trunk/engines[Java.Net Scripting project] .Potential Languages -[options="header"] +[options="header",align="left"] |======= | Language | Location | License |beanshell | | |ejs | | -|freemarker | https://freemarker.apache.org | Apache +|freemarker |https://freemarker.apache.org | Apache |jacl | | -|jaskell | https://github.com/MarchLiu/jaskell | MIT +|jaskell |https://github.com/MarchLiu/jaskell | MIT |jawk | | -|jelly | | Apache +|jelly | |Apache |jep | | -|jexl | https://commons.apache.org/jexl/ | Apache +|jexl |https://commons.apache.org/jexl/ | Apache |jst | | |judo | | |juel | | -|ognl | https://commons.apache.org/ognl/ | Apache +|ognl |https://commons.apache.org/ognl/ | Apache |pnuts | | -|scheme | http://sisc-scheme.org/ | (MPLv1.1|GPLv2) -|velocity | https://velocity.apache.org | Apache +|scheme |http://sisc-scheme.org/ | (MPLv1.1|GPLv2) +|velocity |https://velocity.apache.org | Apache |xpath | | |xslt | | |======= .Not Compatible Languages -[options="header"] +[options="header",align="left"] |======= | Language | Comment | Java | Implementation exists at https://github.com/nickman/javax-scripting/ which is forked from https://java.net/projects/scripting. It doesn't support Invocable, and additional work on ScriptMixin is required to support this. Althernatively, fork the ScriptEngine implementation and support Invocable in it.
