{"id":38674037,"url":"https://github.com/aboominister25/lite","last_synced_at":"2026-01-17T10:00:40.924Z","repository":{"id":45510375,"uuid":"395055746","full_name":"AbooMinister25/Lite","owner":"AbooMinister25","description":"an imperative and compiled programming language designed to be developer friendly","archived":false,"fork":false,"pushed_at":"2024-01-31T23:01:07.000Z","size":181,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-20T18:51:56.779Z","etag":null,"topics":["programming-language","programming-languages"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AbooMinister25.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}},"created_at":"2021-08-11T16:42:04.000Z","updated_at":"2024-02-06T01:49:14.000Z","dependencies_parsed_at":"2024-02-01T00:22:50.364Z","dependency_job_id":"084792dc-1f4f-4d6f-88f8-a9e3af98dc57","html_url":"https://github.com/AbooMinister25/Lite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AbooMinister25/Lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbooMinister25%2FLite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbooMinister25%2FLite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbooMinister25%2FLite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbooMinister25%2FLite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AbooMinister25","download_url":"https://codeload.github.com/AbooMinister25/Lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AbooMinister25%2FLite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28505570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["programming-language","programming-languages"],"created_at":"2026-01-17T10:00:20.690Z","updated_at":"2026-01-17T10:00:40.873Z","avatar_url":"https://github.com/AbooMinister25.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Lite Programming Language\n\nLite is a general purpose and easy to learn programming language. Lite aims to be both easy to read and write, while also enabling the development of fast and efficient programs.\n\nLite is still under heavy development, and has not yet reached a working stage.\n\nHere's a taste of the eventual syntax\n\n```scala\nfunc fib(n: Int) -\u003e Int do\n    if n \u003c 2 do\n        return n\n    end\n\n    fib(n - 1) + fib(n - 2)\nend\n\nfunc main() do\n    let fib_of_10 = fib(10)\n    println(fib_of_10)\nend\n```\n\nYou can look at [OVERVIEW.md](OVERVIEW..md) for a more in-depth overview of the language features.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboominister25%2Flite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboominister25%2Flite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboominister25%2Flite/lists"}