{"id":30023168,"url":"https://github.com/voidwyrm-2/ana","last_synced_at":"2025-08-06T04:42:09.743Z","repository":{"id":305061566,"uuid":"1021782265","full_name":"voidwyrm-2/ana","owner":"voidwyrm-2","description":"A functional pseudo-array scripting language","archived":false,"fork":false,"pushed_at":"2025-07-18T05:49:25.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T05:58:46.605Z","etag":null,"topics":["array-language","functional-language","functional-programming","interpreted-language","interpreted-programming-language","programming-language","scripting-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voidwyrm-2.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-18T00:21:56.000Z","updated_at":"2025-07-18T05:49:28.000Z","dependencies_parsed_at":"2025-07-18T06:05:38.245Z","dependency_job_id":"1c8d9fb1-8ca0-4afc-b14e-d311550df04c","html_url":"https://github.com/voidwyrm-2/ana","commit_stats":null,"previous_names":["voidwyrm-2/ana"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/voidwyrm-2/ana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidwyrm-2","download_url":"https://codeload.github.com/voidwyrm-2/ana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fana/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269022173,"owners_count":24346274,"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-06T02:00:09.910Z","response_time":99,"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":["array-language","functional-language","functional-programming","interpreted-language","interpreted-programming-language","programming-language","scripting-language"],"created_at":"2025-08-06T04:42:07.949Z","updated_at":"2025-08-06T04:42:09.718Z","avatar_url":"https://github.com/voidwyrm-2.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ANA\n\nANA (\"ANA (is) Not (an) Acronym\") is a functional pseudo-array language based on Erlang, Lua, and Uiua.\n\n## Examples\n\n```\nrequire \"std/io\".\n\nhello ← \"Meow!\".\n\nio→Outln [hello].\n```\n\n```\nrequire \"std/io\".\n\nFib ← λ (n) {\n    if (n \u003c 1) {\n        return 0.\n    } else if (n = 1) {\n        return 1.\n    }\n\n    return Fib [n - 1] + Fib [n - 2].\n}.\n\nresult ← Fib [10].\n\nio→Outln [result].\n```\n\n## Installation\n\nAt the moment, the only options are either download it via Cargo, or clone via Git and build it manually.\n\n### Via Cargo\n\nSimply run `cargo install --git https://github.com/voidwyrm-2/ana`\n\n### Via Git\n\n```\ngit clone https://github.com/voidwyrm-2/ana\ncd ana\ncargo build --release\n./target/release/ana examples/hello.ana\n```\n\n## Future Development\n\nFor an idea of what's planned, read [todo.md](./todo.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidwyrm-2%2Fana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fana/lists"}