renatoathaydes / dynkt

This is a JSR-223 scripting engine for the language "Kotlin"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynkt

This is a JSR-223 scripting engine for the language "Kotlin"

What is that and this?

  • dynkt: The core source code of this project
  • dynkt-osgi: Addon as OSGi bundle with batteries included

How to build?

mvn clean package install

How to run in OSGi?

  1. Run your container: java -jar bin\felix.jar
  2. Install the bundle: g! install file:/./dynkt-jsr223-osgi-1.0.0-SNAPSHOT.jar
  3. Start it: g! start 5

License

Everything is free to use under the terms of attached LICENSE file.

About

This is a JSR-223 scripting engine for the language "Kotlin"

License:GNU Affero General Public License v3.0


Languages

Language:Java 96.8%Language:Kotlin 3.2%