{"id":37829709,"url":"https://github.com/looplanguage/loop","last_synced_at":"2026-01-16T15:48:06.184Z","repository":{"id":37621670,"uuid":"413065357","full_name":"looplanguage/loop","owner":"looplanguage","description":"The Loop programming language","archived":false,"fork":false,"pushed_at":"2022-07-19T17:03:12.000Z","size":1461,"stargazers_count":21,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-19T09:13:24.871Z","etag":null,"topics":["language","loop","looplang","rust"],"latest_commit_sha":null,"homepage":"https://looplang.org","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/looplanguage.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":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-10-03T12:02:20.000Z","updated_at":"2024-02-20T03:41:53.000Z","dependencies_parsed_at":"2022-07-09T17:00:17.402Z","dependency_job_id":null,"html_url":"https://github.com/looplanguage/loop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/looplanguage/loop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/looplanguage%2Floop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/looplanguage%2Floop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/looplanguage%2Floop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/looplanguage%2Floop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/looplanguage","download_url":"https://codeload.github.com/looplanguage/loop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/looplanguage%2Floop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":["language","loop","looplang","rust"],"created_at":"2026-01-16T15:48:06.076Z","updated_at":"2026-01-16T15:48:06.156Z","avatar_url":"https://github.com/looplanguage.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003eLoop\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n\nBringing Cloud Tools to a “Provider-less” Programming Language\u003cbr\u003e\n\u003ca href=\"https://looplang.org/\"\u003eWebsite\u003c/a\u003e |\n\u003ca href=\"https://docs.looplang.org\"\u003eDocumentation\u003c/a\u003e |\n\u003ca href=\"https://downloads.looplang.org\"\u003eDownloads\u003c/a\u003e |\n\u003ca href=\"https://discord.gg/T3tqQBTyJA\"\u003eDiscord\u003c/a\u003e |\n\u003ca href=\"https://looplang.atlassian.net/jira/software/c/projects/LOOP/issues\"\u003eJira Board\u003c/a\u003e\u003cbr\u003e\n\u003c/p\u003e\n\n\u003e **Note:** Loop is still in its early days of development, and thus is not production-ready.   1\n\n## Get started (usage)\n\n1. Download a pre-built binary from [downloads.looplang.org](https://downloads.looplang.org)\n2. Run `./loop` to start the REPL environment or\n3. Run `./loop FILENAME.loop` to run a specific file.\n\n## Get Started (development)\n\n1. Make sure you have [Rust](https://www.rust-lang.org/) installed\n2. Clone the repository `git clone https://gitlab.com/looplanguage/loop`\n3. Enter the repository `cd loop`\n4. Run the command `cargo run`\n5. The Loop shell should now popup\n\nGo to our [Jira](https://looplang.atlassian.net/jira/software/c/projects/LOOP/issues) board to see all the issues and tasks to work on.\n\nTo see code documentation, run the command: `cargo doc --open`. A browser tab will open with generated documentation from code comments. You can also go to: https://docs.looplang.org/internal to find more architectural documentation of the interpreter.\n\n### Project structure\n\nBelow you will find the project structure for Loop, to find a more detailed explanation of the interpreter itself go the [internal documentation](https://docs.looplang.org/internal/architecture).\n\n- `examples/*`: Examples of Loop code as reference\n- `script/*`: Scripts to use in I.E. the pipeline\n- `tests/*`: End2End tests for Loop\n- `src/lib/*`: Utility functions, library-esque, rutime code\n- `src/picasso/*`: The crate which compiles Loop to Arc\n- `src/vinci/*`: The crate to parse Arc code\n- `src/sanzio/*`: The to-lua-compiler and interpreter crate\n\n\n## Guidelines\n\nIf you want to contribute to one of the projects, it is recommenced to read two things: [development guidelines](https://gitlab.com/looplanguage/loop/-/wikis/Loop-Language-Development-Guidelines) and the [contributor guidelines](https://looplang.org/contributor_guidelines).\n\n## Code of Conduct\n\nTo read our code of conduct, go to the [website](https://looplang.org/conduct).\n\n##\n\n\u003cp align=\"center\"\u003eGo to the \u003ca href=\"https://looplang.org/\"\u003ewebsite\u003c/a\u003e for more information.\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flooplanguage%2Floop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flooplanguage%2Floop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flooplanguage%2Floop/lists"}