{"id":20207132,"url":"https://github.com/kreativekorp/openxion","last_synced_at":"2025-10-26T20:13:20.376Z","repository":{"id":20072241,"uuid":"23341092","full_name":"kreativekorp/openxion","owner":"kreativekorp","description":"OpenXION - Reference Implementation of the XION Scripting Language","archived":false,"fork":false,"pushed_at":"2023-02-23T05:45:38.000Z","size":20050,"stargazers_count":69,"open_issues_count":1,"forks_count":66,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-24T11:13:30.336Z","etag":null,"topics":["hypercard","hypermedia","hypertalk","interpreted-languages","interpreted-programming-language","interpreter","interpreters","openxion","scripting-language","scripting-languages","xcard","xion","xtalk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kreativekorp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-26T06:21:21.000Z","updated_at":"2024-12-29T13:54:56.000Z","dependencies_parsed_at":"2024-11-14T05:37:50.518Z","dependency_job_id":null,"html_url":"https://github.com/kreativekorp/openxion","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreativekorp%2Fopenxion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreativekorp%2Fopenxion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreativekorp%2Fopenxion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kreativekorp%2Fopenxion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kreativekorp","download_url":"https://codeload.github.com/kreativekorp/openxion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217145,"owners_count":21066633,"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":["hypercard","hypermedia","hypertalk","interpreted-languages","interpreted-programming-language","interpreter","interpreters","openxion","scripting-language","scripting-languages","xcard","xion","xtalk"],"created_at":"2024-11-14T05:27:35.054Z","updated_at":"2025-10-26T20:13:20.282Z","avatar_url":"https://github.com/kreativekorp.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"OpenXION\n========\n\nXION *(EK-shun)* is a kind of scripting language that enables ordinary people to do extraordinary things. You do not need to learn a bunch of cryptic symbols and how to put them in exactly the right places in order to tell your computer what to do. Since XION has been created to resemble natural English, all you need is a basic understanding of the English language.\n\nXION is an xTalk language similar to the ones used by HyperCard, SuperCard, and Runtime Revolution. OpenXION *(OH-pen-EK-shun)* is the reference implementation of the XION scripting language, an open standard.\n\nA typical XION function looks like:\n\n    function isprime x\n      repeat with i = 2 to the sqrt of x\n        if x mod i = 0 then\n          return false\n        end if\n      end repeat\n      return true\n    end isprime\n\nVersion 1.x of OpenXION is written in Java for maximum portability and exposure. This also allows us to easily squash the most glaring bugs early in the interpreter's development. Version 2 will be ported to a lower-level language.\n\n**[Download Latest Release Here](https://github.com/kreativekorp/openxion/wiki/Downloads)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkreativekorp%2Fopenxion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkreativekorp%2Fopenxion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkreativekorp%2Fopenxion/lists"}