{"id":33546335,"url":"https://github.com/rockofox/indigo","last_synced_at":"2025-11-27T05:04:50.177Z","repository":{"id":211761436,"uuid":"616203176","full_name":"rockofox/indigo","owner":"rockofox","description":"Functional programming language","archived":false,"fork":false,"pushed_at":"2025-11-19T19:11:25.000Z","size":5603,"stargazers_count":8,"open_issues_count":15,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-19T20:24:14.656Z","etag":null,"topics":["functional-programming","language","programming-language"],"latest_commit_sha":null,"homepage":"https://indigo.fox.boo","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rockofox.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-19T22:25:08.000Z","updated_at":"2025-11-19T19:11:30.000Z","dependencies_parsed_at":"2024-05-03T19:47:06.220Z","dependency_job_id":"20dfc28b-b405-46ae-a437-06b34db306a9","html_url":"https://github.com/rockofox/indigo","commit_stats":null,"previous_names":["rockofox/indigo"],"tags_count":113,"template":false,"template_full_name":null,"purl":"pkg:github/rockofox/indigo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockofox%2Findigo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockofox%2Findigo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockofox%2Findigo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockofox%2Findigo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockofox","download_url":"https://codeload.github.com/rockofox/indigo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockofox%2Findigo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286079811,"owners_count":27282121,"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-11-27T02:00:05.795Z","response_time":58,"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":["functional-programming","language","programming-language"],"created_at":"2025-11-27T05:04:45.101Z","updated_at":"2025-11-27T05:04:50.167Z","avatar_url":"https://github.com/rockofox.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/logo.png\" alt=\"Indigo logo\" width=100\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ch3 align=\"center\"\u003eIndigo\u003c/h3\u003e\n\u003c/p\u003e\n\n\u003cdiv\u003e\u0026nbsp;\u003c/div\u003e\n\nIndigo is an **experimental** programming language designed to lay focus on functional programming, clearity and convinience.\nInspired by F# and Haskell, it aims to deliver satisfactory functional programming features, while exploring new concepts.\n```julia\nstruct Person = (name: String, age: Int)\n\nlet greet (p: Person): IO = println \"Hello \" ++ p.name\nlet main: IO = do\n    let person = Person { name: \"Lily\", age: 22 }\n    greet person\nend\n# Hello Lily\n```\n```julia\nmap (`*`2), [2, 4, 6, 8]     # [4, 8, 12, 16]\n```\n### Features\n* Structures\n* Traits\n* Polymorphism\n* Partial Functions\n* Lambda/Anonymous functions\n* Pattern Matching\n* Types\n* Function Composition/Pipelines\n* Imports\n* Generics\n* Refinement types (very WIP)\n\n### Resources\n* [Wiki](https://github.com/rockofox/indigo/wiki)\n* [Website](https://indigo.fox.boo)\n* [Fiddle](https://indigo-fiddle.fox.boo)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockofox%2Findigo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockofox%2Findigo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockofox%2Findigo/lists"}