{"id":21981719,"url":"https://github.com/cronokirby/iku","last_synced_at":"2025-03-23T01:18:37.455Z","repository":{"id":81581484,"uuid":"230931824","full_name":"cronokirby/iku","owner":"cronokirby","description":"WIP programming language","archived":false,"fork":false,"pushed_at":"2020-01-12T16:08:17.000Z","size":83,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T04:29:10.094Z","etag":null,"topics":["compiler","interpreter","programming-language"],"latest_commit_sha":null,"homepage":null,"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/cronokirby.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-12-30T14:44:03.000Z","updated_at":"2024-03-15T18:56:45.000Z","dependencies_parsed_at":"2023-10-30T18:53:49.997Z","dependency_job_id":null,"html_url":"https://github.com/cronokirby/iku","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cronokirby%2Fiku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cronokirby%2Fiku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cronokirby%2Fiku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cronokirby%2Fiku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cronokirby","download_url":"https://codeload.github.com/cronokirby/iku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245041026,"owners_count":20551349,"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":["compiler","interpreter","programming-language"],"created_at":"2024-11-29T17:19:17.599Z","updated_at":"2025-03-23T01:18:37.443Z","avatar_url":"https://github.com/cronokirby.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iku (行く)\n\nI like some things about go, but not others, and this is kind of my way of fixing those.\n\n## Sample Code\n\n```\n// Comments\nfunc foo(a I32, b I32) {\n  x I32 := 3\n  y := 3\n  a + b\n}\n\nstruct S {\n  first I32\n  second I32\n}\n\nimpl S {\n  func new(a I32) S {\n    S { first a, second a }\n  }\n}\n\nenum E {\n  A(I32)\n  B\n}\n\nfunc main() {\n  e1 := E.A(3)\n  e2 := E.B\n  s1 := S { first 3, second 4 }\n  match e1 {\n    E.A(_) =\u003e 4\n    E.B =\u003e s1.second\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcronokirby%2Fiku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcronokirby%2Fiku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcronokirby%2Fiku/lists"}