first commit

This commit is contained in:
2023-09-12 21:41:04 +02:00
commit 3361a7f053
13284 changed files with 2116755 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# WPML Functional Programming Library
Many functional programming resources can be difficult for beginners to understand. Functional programming isnt exactly a friendly paradigm for new programmers, and maintenance can be difficult during the coding phase. The switch to functional programming requires time, practice, and a change in the approach to writing code and solving problems.
Although we reviewed many libraries, several of which were excellent, we werent able to find what we needed to write expressive code in a functional style - so we decided to create our own.
Take a look at the Functional Programming Library built by our developers to see a collection of functions weve used in WPML projects.
## [Documentation](https://git.onthegosystems.com/wpml-packages/fp/-/blob/develop/docs/README.md)