{"id":13629421,"url":"https://github.com/JasonBock/PartiallyApplied","last_synced_at":"2025-04-17T09:33:41.586Z","repository":{"id":65707044,"uuid":"325867956","full_name":"JasonBock/PartiallyApplied","owner":"JasonBock","description":"Partial function application in C#","archived":false,"fork":false,"pushed_at":"2023-02-05T18:51:34.000Z","size":97,"stargazers_count":5,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T00:48:55.256Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/JasonBock.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}},"created_at":"2020-12-31T20:20:21.000Z","updated_at":"2023-02-05T18:57:03.000Z","dependencies_parsed_at":"2023-02-19T01:30:27.749Z","dependency_job_id":null,"html_url":"https://github.com/JasonBock/PartiallyApplied","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FPartiallyApplied","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FPartiallyApplied/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FPartiallyApplied/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FPartiallyApplied/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasonBock","download_url":"https://codeload.github.com/JasonBock/PartiallyApplied/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249331670,"owners_count":21252627,"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":[],"created_at":"2024-08-01T22:01:10.160Z","updated_at":"2025-04-17T09:33:41.283Z","avatar_url":"https://github.com/JasonBock.png","language":"C#","funding_links":[],"categories":["Content"],"sub_categories":["18. [PartiallyApplied](https://ignatandrei.github.io/RSCG_Examples/v2/docs/PartiallyApplied) , in the [FunctionalProgramming](https://ignatandrei.github.io/RSCG_Examples/v2/docs/rscg-examples#functionalprogramming) category"],"readme":"# PartiallyApplied\n\nA way to do partial function application in C#.\n\n## Overview\n\nYou can find this code as a package in [NuGet](https://www.nuget.org/packages/PartiallyApplied/). Once installed, you can use it to do partial function application:\n```\npublic static class Maths\n{\n  public static int Add(int a, int b) =\u003e a + b;\n}\n\npublic static class Runner\n{\n  public static void Run()\n  {\n    var incrementBy3 = Partially.Apply(Maths.Add, 3);\n    var value = incrementBy3(4);\n    // value is now equal to 7.\n  }\n}\n```\nMore details can be found on the [Quickstart page](https://github.com/JasonBock/PartiallyApplied/blob/main/docs/Quickstart.md). Note that if you build the code locally, you'll need to build in `Release` mode for the package reference in `PartiallyApplied.NuGetHost` to resolve correctly (or unload that project from the solution as it's optional and delete `nuget.config`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJasonBock%2FPartiallyApplied","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJasonBock%2FPartiallyApplied","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJasonBock%2FPartiallyApplied/lists"}