└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # functional_programming_examples 2 | 3 | Examples used in Functional Programming by Eng. [Mohamed Hammad](https://www.linkedin.com/in/mohamed-hammad-a720a622) 4 | 5 | [Functional Programming Playlist](https://www.youtube.com/playlist?list=PLpbZuj8hP-I6F-Zj1Ay8nQ1rMnmFnlK2f) 6 | ## Using C#: 7 | - [Elsayed Mustafa](https://www.linkedin.com/in/elsayed-mustafa-848502158/): [repo Ex 6](https://github.com/ElsayedMustafaM/FP) 8 | ## Using Java: 9 | - [Ibrahim Abouelyatim](https://www.linkedin.com/in/ibrahim-abouelyatim-berkane-8aa54714b) : [repo Ex 1-5](https://github.com/Abouelyatim/Functional-Programming-101-Java) 10 | - [Abdalla Soliman](https://www.linkedin.com/in/abdalla-soliman-6a9272153): [repo Ex 1-7](https://github.com/AbdallaSoliman/functionalprogramming) 11 | 12 | ## Using Swift: 13 | - [Muhammed Mortgy](https://www.linkedin.com/in/mortgy): [repo sessions examples](https://github.com/Mortgy/Swift-FP) 14 | ## Using JavaScript: 15 | - [Ahmed Essam](https://www.linkedin.com/in/ahmedessammohamed): [live pen example 4](https://codepen.io/starahmad6161/pen/mdRPPda?editors=1010) 16 | ## Using Dart: 17 | - [Abdelazeem Kuratem](https://www.linkedin.com/in/abdelazeem-kuratem-41065a145): 18 | - [example 6](https://github.com/Abdelazeem777/FP_Lesson_6_Example) 19 | - [example 7](https://github.com/Abdelazeem777/FP_Lesson_7_Example_Dart) 20 | ## Using TypeScript: 21 | - [Mahmoud Zeyada](https://www.linkedin.com/in/mahmoud-zeyada-818049109): [repo ex 4, 6, 7](https://github.com/mahmoudzeyada/Functionl_programming) 22 | ## Using Kotlin: 23 | - [Youssef Seddik](https://www.linkedin.com/in/youssef-seddik-316095142): [repo Ex 4-7](https://github.com/YussefSeddik/FunctionalProgrammig) 24 | 25 | - [Mohamed F. Aboalanain](https://www.linkedin.com/in/mohamedfathidevo/): [repo ex 3-7](https://github.com/mohamedfathidevo/Functional_Programming) 26 | 27 | - [Andrew Safwat Samuel](https://www.linkedin.com/in/andrew-safwat-samuel): [gist Ex 4](https://gist.github.com/andrewsafwatsamuel/d549d265c6f705c469cde68d9b5670c1) 28 | ## Using Scala: 29 | - [Mohamed Adel Hassan](https://www.linkedin.com/in/mohamed-adel-hassan-312b8a167) : [repo Ex 1-3, 5, 7](https://github.com/MohamedAdelHsn/Scala-Functional-Programming) 30 | 31 | 32 | ## Using PHP (pure and laravel): 33 | - [Hisham Elsayad](https://www.linkedin.com/in/hisham-elsayad-542049172) : [example 1, 3, 4 and 7](https://github.com/hsmfawaz/functional-programming-php) 34 | 35 | ## Using C++: 36 | - [by Abdelrhman Adel](https://www.linkedin.com/in/abdelrhman-adel-9a5719139/) : [repo Ex 2, 3](https://github.com/abdelrhman-adel-ahmed/Functional-Programming) 37 | ### C++20, with a LINQ-like container 38 | - [michael rizkalla](https://www.linkedin.com/in/michaelrizkalla) : [example 4, 5](https://github.com/MichaelRizkalla/LearningFP/tree/main/Cpp-FP/CalculateDiscountsOnOrders) 39 | ## Using Python: 40 | - [by Abdelrhman Adel](https://www.linkedin.com/in/abdelrhman-adel-9a5719139/) : [repo Ex 1-7](https://github.com/abdelrhman-adel-ahmed/Functional-Programming) 41 | - [Ramadan Ibrahem](https://www.linkedin.com/in/ramadanibrahem/): [repo Ex 2, 7](https://github.com/RamadanIbrahem98/functional-programming) 42 | - [Muhammad Motawe](https://www.linkedin.com/in/muhammadmotawe): [repo Ex 7](https://github.com/MuhammadMotawe/FunctionalProgramming) 43 | - [Hussein Srour](https://www.linkedin.com/in/hussein-sr): [repo Ex 4](https://github.com/Husseinfo/funcProg) 44 | --------------------------------------------------------------------------------