{"id":31771598,"url":"https://github.com/voidwyrm-2/vern","last_synced_at":"2025-10-30T23:33:54.821Z","repository":{"id":316728891,"uuid":"1064607429","full_name":"voidwyrm-2/vern","owner":"voidwyrm-2","description":"An array programming language focused on simplicity","archived":false,"fork":false,"pushed_at":"2025-10-24T21:32:35.000Z","size":266,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-24T23:21:07.660Z","etag":null,"topics":["array-language","array-programming-language","interpreted-language","interpreted-programming-language"],"latest_commit_sha":null,"homepage":"","language":"Nim","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":"changelog.md","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":"2025-09-26T09:32:44.000Z","updated_at":"2025-10-24T21:32:30.000Z","dependencies_parsed_at":"2025-10-24T23:13:28.035Z","dependency_job_id":"9db95647-e43f-4d2d-963a-bcb1e7cb8c59","html_url":"https://github.com/voidwyrm-2/vern","commit_stats":null,"previous_names":["voidwyrm-2/vern"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/voidwyrm-2/vern","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fvern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fvern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fvern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fvern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voidwyrm-2","download_url":"https://codeload.github.com/voidwyrm-2/vern/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voidwyrm-2%2Fvern/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281899526,"owners_count":26580728,"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-10-30T02:00:06.501Z","response_time":61,"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","array-programming-language","interpreted-language","interpreted-programming-language"],"created_at":"2025-10-10T03:41:48.754Z","updated_at":"2025-10-30T23:33:54.815Z","avatar_url":"https://github.com/voidwyrm-2.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vern\n\nAn array programming language whose focus is simplicity, creating complexity from that simplicity.\n\n## Example\n\n```\nSum \u003c- `+/\n\nFac \u003c- ɩ1~`*⍀\n\nFib \u003c- `(0 1)_ `(, + :)@⌄\n\n[1 2 3 4 5] Sum ; 15\n5 Fac ; [1 2 6 24 120]\n11 Fib ; 89\n```\n\n## Todo\n\n- [x] Implement list syntax\n- [x] Finalize the 'pop' operator's character (was `'`, finalized as `⌄`)\n- [x] Add an escape formatter for unicode characters (in the form of `\\[char]` and `\\.[name]\\`)\n- [x] Get the escape formatter working with files\n- [x] Implement the 'reduce' operator\n- [x] Implement the 'range/iota' operator\n- [x] Implement character literals (e.g. `'a`, `' `)\n- [ ] Implement public/private bindings with `·`\n- [ ] Implement equals and not-equals\n- [ ] Add additional named built-in operators (à la, Uiua's `\u0026p`, `\u0026ffi`, etc)\n- [ ] Add basic examples\n- [ ] Add a 1D convulsion, AoC, and Project Euler as examples\n- [ ] Optimize arrays via reference counting\n- [ ] Image manipulation (?)\n\n## Building\n\n### Debug\n\n```bash\nnimble build -l\n./vern -repl\n```\n\n### Release\n\n```bash\n./build.nims host\n./bin/host/vern -repl\n```\n\n### Distribution\n\n```bash\n./build.nims all\nls dist\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fvern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoidwyrm-2%2Fvern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoidwyrm-2%2Fvern/lists"}