{"id":30106804,"url":"https://github.com/navid-m/scar","last_synced_at":"2025-08-10T01:10:36.784Z","repository":{"id":307712924,"uuid":"1028689953","full_name":"navid-m/scar","owner":"navid-m","description":"Scar programming language","archived":false,"fork":false,"pushed_at":"2025-08-08T20:21:25.000Z","size":8533,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-08-08T20:38:17.980Z","etag":null,"topics":["concurrency","language","parallelism","programming-language"],"latest_commit_sha":null,"homepage":"https://scarlang.pages.dev","language":"Go","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/navid-m.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,"zenodo":null}},"created_at":"2025-07-29T23:17:20.000Z","updated_at":"2025-08-08T19:01:23.000Z","dependencies_parsed_at":"2025-08-01T19:46:00.302Z","dependency_job_id":null,"html_url":"https://github.com/navid-m/scar","commit_stats":null,"previous_names":["navid-m/scar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navid-m/scar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navid-m%2Fscar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navid-m%2Fscar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navid-m%2Fscar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navid-m%2Fscar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navid-m","download_url":"https://codeload.github.com/navid-m/scar/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navid-m%2Fscar/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269660612,"owners_count":24455319,"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","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["concurrency","language","parallelism","programming-language"],"created_at":"2025-08-10T01:10:35.953Z","updated_at":"2025-08-10T01:10:36.720Z","avatar_url":"https://github.com/navid-m.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Scar\n\nIn-development general purpose systems programming language with abstracted concurrency constructs builtin.\n\nNo macros or convoluted compile-time metaprogramming.\n\nOptional GC. Standard library will work with or without GC.\n\nPrioritizes:\n\n-  immutability\n-  minimalism\n-  readability\n-  easy parallelism\n\n#### Example\n\n```scar\npub fn do_thing() -\u003e void:\n    parallel for i = 1 to 5:\n        print \"i = %d\" | i\n        sleep 0.1\n    print \"Parallel for loop completed.\"\n\ndo_thing()\n```\n\nAll values are constant by default.\n\n---\n\n\u003cfont color=\"grey\"\u003e(Under construction)\u003c/font\u003e\n\n\u003cimg src=\"assets/wip.png\" style=\"border-radius: 5px;\" width=45%\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavid-m%2Fscar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavid-m%2Fscar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavid-m%2Fscar/lists"}