https://github.com/josestg/pyfunc
https://github.com/josestg/pyfunc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/josestg/pyfunc
- Owner: josestg
- License: mit
- Created: 2022-04-10T09:35:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T11:22:11.000Z (about 3 years ago)
- Last Synced: 2025-01-31T06:47:32.336Z (3 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyfunc
Functional Programming with Python.
- [x] No loops, only recursive allowed.
- [x] No mutation state (immutable).> ⚠️ This project is for learning purposes only, for production use please check library X.
See APIs docs [here](https://josestg.github.io/pyfunc/).