{"id":16916092,"url":"https://github.com/zesterer/leon","last_synced_at":"2025-10-31T11:10:46.396Z","repository":{"id":66134586,"uuid":"218088013","full_name":"zesterer/leon","owner":"zesterer","description":"A lightweight scripting language for Rust","archived":false,"fork":false,"pushed_at":"2020-03-07T06:14:01.000Z","size":90,"stargazers_count":20,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T16:23:32.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/zesterer.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":"2019-10-28T16:00:37.000Z","updated_at":"2024-11-06T22:06:41.000Z","dependencies_parsed_at":"2023-12-23T15:20:08.893Z","dependency_job_id":null,"html_url":"https://github.com/zesterer/leon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesterer%2Fleon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesterer%2Fleon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesterer%2Fleon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zesterer%2Fleon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zesterer","download_url":"https://codeload.github.com/zesterer/leon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248438667,"owners_count":21103453,"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":[],"created_at":"2024-10-13T19:24:55.352Z","updated_at":"2025-10-31T11:10:46.329Z","avatar_url":"https://github.com/zesterer.png","language":"Rust","readme":"# Leon\n\nLeon is a reimagining of [Forge](https://www.github.com/zesterer/forge), an interpreted language I wrote almost a year ago.\nIt has the same broad ambitions as Forge, but with a greater emphasis on optimisation and code quality.\n\n## Example\n\n```\nlet square = |x| x * x;\n\nvar squares = [];\nfor i in 1..=100 {\n    squares += square(i);\n}\n\nfor square in squares {\n    println(square);\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzesterer%2Fleon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzesterer%2Fleon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzesterer%2Fleon/lists"}