{"id":19627600,"url":"https://github.com/twisterghost/taiga","last_synced_at":"2026-05-16T05:35:21.653Z","repository":{"id":143161306,"uuid":"108070795","full_name":"twisterghost/taiga","owner":"twisterghost","description":"A toy programming language written in Crystal","archived":false,"fork":false,"pushed_at":"2018-03-26T19:40:36.000Z","size":532,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T20:15:20.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","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/twisterghost.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}},"created_at":"2017-10-24T03:12:53.000Z","updated_at":"2018-06-08T13:31:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b0d1f44-92c6-4e61-9a21-1b96862f513a","html_url":"https://github.com/twisterghost/taiga","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twisterghost/taiga","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twisterghost%2Ftaiga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twisterghost%2Ftaiga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twisterghost%2Ftaiga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twisterghost%2Ftaiga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twisterghost","download_url":"https://codeload.github.com/twisterghost/taiga/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twisterghost%2Ftaiga/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33091760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-11T11:52:16.532Z","updated_at":"2026-05-16T05:35:21.637Z","avatar_url":"https://github.com/twisterghost.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://s3-us-west-2.amazonaws.com/mjb-personal/logo.jpg)\n\n# Taiga Lang\n\nTaiga is an experimental programming language that forces code to be thought of as simply as possible.\n\nTaiga is functional in nature, with an iterative style syntax. In every expression, the variable `_` will contain the previously computed value, creating streams of values through lines.\n\nEach line can only contain one command followed by its arguments.\n\n```taiga\nrout fib n\n  eq n 1\n  if _ return 1\n\n  eq n 0\n  if _ return 0\n\n  sub n 1\n  fib _\n  let past1 _\n\n  sub n 2\n  fib _\n  let past2 _\n\n  add past1 past2\n  endrout\n\nfib 10\nprint _\n# Prints 55\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterghost%2Ftaiga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwisterghost%2Ftaiga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwisterghost%2Ftaiga/lists"}