{"id":37050775,"url":"https://github.com/jasonbock/partiallyapplied","last_synced_at":"2026-01-14T05:52:50.941Z","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":1,"default_branch":"main","last_synced_at":"2025-11-27T13:13:29.132Z","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,"purl":"pkg:github/JasonBock/PartiallyApplied","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasonBock%2FPartiallyApplied/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28411891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-14T05:52:50.188Z","updated_at":"2026-01-14T05:52:50.935Z","avatar_url":"https://github.com/JasonBock.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"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"}