{"id":13721635,"url":"https://github.com/CosmicToast/pipe","last_synced_at":"2025-05-07T14:30:36.734Z","repository":{"id":55800857,"uuid":"94612856","full_name":"CosmicToast/pipe","owner":"CosmicToast","description":"Pipe operator for nim.","archived":false,"fork":false,"pushed_at":"2021-07-26T00:21:53.000Z","size":4,"stargazers_count":65,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-26T19:49:44.935Z","etag":null,"topics":["functional","macro","nim","pipe"],"latest_commit_sha":null,"homepage":null,"language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CosmicToast.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-17T09:12:31.000Z","updated_at":"2025-04-25T22:59:23.000Z","dependencies_parsed_at":"2022-08-15T07:10:25.671Z","dependency_job_id":null,"html_url":"https://github.com/CosmicToast/pipe","commit_stats":null,"previous_names":["5pacetoast/pipe"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmicToast%2Fpipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmicToast%2Fpipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmicToast%2Fpipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CosmicToast%2Fpipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CosmicToast","download_url":"https://codeload.github.com/CosmicToast/pipe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252793661,"owners_count":21805057,"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":["functional","macro","nim","pipe"],"created_at":"2024-08-03T01:01:19.549Z","updated_at":"2025-05-07T14:30:36.455Z","avatar_url":"https://github.com/CosmicToast.png","language":"Nim","funding_links":[],"categories":["Macros"],"sub_categories":["Byte Size"],"readme":"# Pipe #\n\n[![license]](License.md)\n\nA pipe operator for nim, as seen in functional languages.\n\n## Origins ##\n\nI was looking for a good old `|\u003e` to use in nim.\nI found [this](https://github.com/jaym/nim-pipeline).\nIt sucked. It wasn't published. It used \"example\" in its description.\n\nSo I decided to write my own, with blackjack and hookers.\n\n## Examples ##\n\nPlease take a look in tests/test.nim for examples, but here's a tl;dr:\n\n```nim\n1 |\u003e `+`(2) |\u003e foo\n# is equivalent to\nfoo(1+2)\n```\n\n[license]: https://img.shields.io/github/license/5pacetoast/pipe.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmicToast%2Fpipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCosmicToast%2Fpipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCosmicToast%2Fpipe/lists"}