{"id":18994853,"url":"https://github.com/jweinst1/xenon","last_synced_at":"2026-04-15T21:30:18.594Z","repository":{"id":97724430,"uuid":"95081949","full_name":"jweinst1/Xenon","owner":"jweinst1","description":"A processing based language","archived":false,"fork":false,"pushed_at":"2017-10-09T21:09:49.000Z","size":258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T15:43:28.919Z","etag":null,"topics":["data-analysis","interpreter","reactive-programming"],"latest_commit_sha":null,"homepage":"","language":"C","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/jweinst1.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-22T06:24:54.000Z","updated_at":"2017-10-28T07:49:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"92d59fa9-8d60-4c21-b69d-bf65a24e9bbe","html_url":"https://github.com/jweinst1/Xenon","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/jweinst1%2FXenon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FXenon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FXenon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweinst1%2FXenon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jweinst1","download_url":"https://codeload.github.com/jweinst1/Xenon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240010140,"owners_count":19733514,"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":["data-analysis","interpreter","reactive-programming"],"created_at":"2024-11-08T17:27:19.130Z","updated_at":"2026-04-15T21:30:18.523Z","avatar_url":"https://github.com/jweinst1.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xenon\n\n[Wiki Docs](https://github.com/jweinst1/Xenon/wiki)\n\n*The Reactive Programming Language*\n\nXenon is the reactive programming language, largely based on the libraries and methods of reactive programming\nthat have become popular lately.\n\nIt allows you to write code in a linear style, working with large data sets at a much faster speed than\ncurrent interpreted languages such as Python or Ruby.\n\nFor example,\n\nThis is normally how you might filter or map a list in python\n\n```\ndef modify(n):\n    return (n/2, n%2)\n    \ndef check(n):\n    if n \u003e 5:\n        return n\n    else:\n        return 0\n        \nnumbers = [modify(x) for x in xrange(0, 10) if check(x)]\n```\nBut in Xenon you just do\n\n```\n@ modcheck = { if \u003e 5,\n                = a , \n                = 0 ,\n                / 2,\n                % 2\n            }\n@ nums = [1..10]\nnums \u003c- modcheck\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweinst1%2Fxenon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjweinst1%2Fxenon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweinst1%2Fxenon/lists"}