https://github.com/mohamedsabry0/ruby_fp
https://github.com/mohamedsabry0/ruby_fp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohamedsabry0/ruby_fp
- Owner: mohamedSabry0
- Created: 2021-04-03T16:47:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T16:53:27.000Z (about 4 years ago)
- Last Synced: 2025-01-13T01:25:53.329Z (5 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Examples used in Functional Programming as Explained by Eng. [Mohamed Hammad](https://www.linkedin.com/in/mohamed-hammad-a720a622)
[Functional Programming Playlist](https://www.youtube.com/playlist?list=PLpbZuj8hP-I6F-Zj1Ay8nQ1rMnmFnlK2f)
currently first 3 examples and the rest will be added soon
## other resources specific for Ruby
[pass a function/method as an argument to map method](https://stackoverflow.com/a/13945587/6010915)