{"id":16641264,"url":"https://github.com/cmstead/jfp","last_synced_at":"2025-03-23T14:31:23.334Z","repository":{"id":19715696,"uuid":"22971257","full_name":"cmstead/JFP","owner":"cmstead","description":"Javascript functional programming utilities borrowed heavily against Lisp.","archived":false,"fork":false,"pushed_at":"2018-01-31T22:59:52.000Z","size":6352,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-05-29T03:07:24.711Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmstead.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":"2014-08-14T22:57:25.000Z","updated_at":"2018-01-08T19:33:24.000Z","dependencies_parsed_at":"2022-08-24T14:09:00.517Z","dependency_job_id":null,"html_url":"https://github.com/cmstead/JFP","commit_stats":null,"previous_names":[],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2FJFP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2FJFP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2FJFP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmstead%2FJFP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmstead","download_url":"https://codeload.github.com/cmstead/JFP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115825,"owners_count":20563245,"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-10-12T07:46:04.535Z","updated_at":"2025-03-23T14:31:22.883Z","avatar_url":"https://github.com/cmstead.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JFP - Javascript Function Processor\n===================================\n\nLibrary Documentation:\n\nhttp://cmstead.github.io/JFP\n\nNPM Package Information:\n\nhttps://www.npmjs.com/package/jfp\n\nNuGet Package Information\n\nhttps://www.nuget.org/packages/JFP/\n\nPackage dependency for web deployment:\n\nhttps://www.npmjs.com/package/signet\n\nJFP is an opinionated, type-enforced functional programming library. JFP makes use of the Signet type\nlibrary, not only relying on the types for its own signatures, but also to provide rich type\ninteractions for the user of JFP.\n\nJFP is intended to be the foundation for a strong functional programming paradigm in Javascript\nwith roots in Scheme, but borrowing type and contract philosophies from other languages like\nScala. Many common utility functions are provided out of the box, but their contracts are \nbuilt around the idea that partial application and currying are fundamental to the construction\nof correct, reliable software in Javascript.\n\nJFP is not a drop-in replacement for Underscore, Lodash or Ramda. Instead it is built around the\nidea that Javascript is a dynamic language, but sometimes it needs a little help. Types are\nstrongly enforced only when weak enforcement would either limit the revealing of function\nintent or if contract violation would introduce broken or buggy behavior.\n\nLicensed under the Mozilla Public License (MPL). For the full text of the license please see the included text file.\nIf the text file has been removed, please visit:\n\nhttps://www.mozilla.org/MPL/\n\n### 4.2.1 ###\n\n- Enhanced type error output\n- Updated type signatures with names for type identifiers\n\n### v4.1.0\n\n- Added dependent type definitions to concat and between\n- Added isTypeOf operator to concatable type definition\n- Added notBetween function\n\n### v4.0.0\n\nImportant breaking changes:\n\n- Compose now only composes two functions\n- Large number of predicates added\n- Removed all nil returns on non-array functions\n\n### v3.5.0\n\nAdded notNil and exists types\n\n### v3.4.2\n\nFixed client-side dependency issues\n\n### v3.0.0\n\nSystem overhaul. Code written with earlier versions of JFP will be incompatible with v3.0.0. \nCurrently, there is no migration path planned due to stronger typing and radical contract\nmodification. Although this may be inconvenient for people currently using older versions of\nJFP, it will, in the long run, be a benefit to all who use the library.\n\nMany functions were eliminated completely either due to underuse, violation of philosophy\nor they were simply unnecessary given the updated library behavior.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Fjfp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmstead%2Fjfp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmstead%2Fjfp/lists"}