{"id":27935339,"url":"https://github.com/kayjamlang/executor","last_synced_at":"2025-05-07T06:15:49.928Z","repository":{"id":52675072,"uuid":"341825003","full_name":"KayJamLang/executor","owner":"KayJamLang","description":"Basic executor for KayJam Core","archived":false,"fork":false,"pushed_at":"2021-08-23T13:37:35.000Z","size":199,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T06:15:45.973Z","etag":null,"topics":["executor","java","java-8","kayjam","kayjam-language","language","script","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KayJamLang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-24T08:07:22.000Z","updated_at":"2022-04-16T13:40:52.000Z","dependencies_parsed_at":"2022-08-20T14:20:10.602Z","dependency_job_id":null,"html_url":"https://github.com/KayJamLang/executor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayJamLang%2Fexecutor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayJamLang%2Fexecutor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayJamLang%2Fexecutor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KayJamLang%2Fexecutor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KayJamLang","download_url":"https://codeload.github.com/KayJamLang/executor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252824152,"owners_count":21809715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["executor","java","java-8","kayjam","kayjam-language","language","script","scripting-language"],"created_at":"2025-05-07T06:15:49.202Z","updated_at":"2025-05-07T06:15:49.922Z","avatar_url":"https://github.com/KayJamLang.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KayJam code executor\n[![CircleCI](https://circleci.com/gh/KayJamLang/executor.svg?style=svg)](https://circleci.com/gh/KayJamLang/executor)\n\nBasic code executor for KayJam Core\n\n## How to use\n1. Add the library depending on:\n\n    Maven:\n    ```xml\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.github.kayjamlang\u003c/groupId\u003e\n      \u003cartifactId\u003eexecutor\u003c/artifactId\u003e\n      \u003cversion\u003e0.1.3.21\u003c/version\u003e\n    \u003c/dependency\u003e\n    ```\n    \n    Gradle:\n    \n    (Groovy)\n    ```groovy\n    implementation group: 'com.github.kayjamlang', name: 'executor', version: '0.1.3.21'\n    ```\n    (Kts)\n    ```kotlin\n    implementation(\"com.github.kayjamlang:executor:version: '0.1.3.21\")\n    ```\n\n2. Call the method of the Executor class, \n   which will return the result of the code execution in Object:\n   ```java\n       class Main {\n           public static void main(String[] args){\n               String code = \"println(\\\"Hello, World\\\");\";\n               Executor executor = new Executor();\n               \n               //Default library\n               executor.addLibrary(new MainLibrary());\n               executor.execute(code);\n           }\n       }   \n   ```\n## Additionally\n[Library catalog for KayJam Executor](https://github.com/KayJamLang/executor/blob/main/libs.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayjamlang%2Fexecutor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayjamlang%2Fexecutor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayjamlang%2Fexecutor/lists"}