Hacker News
- Functional programming in C++ (2012) https://gamasutra.com/view/news/169296/Indepth_Functional_programming_in_C.php 100 comments
- Functional Programming in C++ http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/ 43 comments
- Functional programming C++ template library https://github.com/beark/ftl 12 comments
- Functional-Style Programming in C++ http://msdn.microsoft.com/en-us/magazine/jj553512.aspx 24 comments cpp
- Functional Programming in C++ https://github.com/graninas/cpp_functional_programming 36 comments cpp
- Call C++ functions of your running programs from the shell! https://github.com/grossomoreira/shpp 13 comments programming
- (Almost) functional programming tips for C++ http://bstamour.ca/2012/04/28/almost-functional-programming-tips-for-c/ 11 comments cpp
- Functional Programming in C++ http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/ 11 comments haskell
- Functional Programming in C++ http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/ 10 comments cpp
- Review of Manning's Functional Programming in C++ https://cpptruths.blogspot.com/2019/02/review-of-mannings-functional.html 11 comments cpp
- Asynchronous programming in C++ using resumable functions and await - Visual C++ Team Blog - Site Home http://blogs.msdn.com/b/vcblog/archive/2013/12/20/asynchronous-programming-in-c-using-resumable-functions-and-await.aspx 6 comments cpp
- Functional Programming in C++ « Carl Gibbs http://www.carlgibbs.co.uk/blog/?p=226 4 comments cpp
- Functional programming in C++ by John Carmack http://gamasutra.com/view/news/169296/indepth_functional_programming_in_c.php 48 comments gamedev
- John Carmack - Functional Programming in C++ http://www.altdevblogaday.com/2012/04/26/functional-programming-in-c/ 111 comments programming
- C++ and functional programming idioms http://debugfailure.wordpress.com/2008/10/28/c-and-functional-programming-idioms/ 10 comments programming
- Cell: a functional, relational, reactive programming language that compiles to (and integrates with) C++ http://www.cell-lang.net 3 comments cpp
- Lambdas: The Functional Programming Companion of Modern C++ https://medium.com/@dakshhub/lambdas-the-companion-of-modern-c-b7dfd43b5abb 23 comments cpp
- We must do something about the memset function in C++ programs https://www.viva64.com/en/b/0553/ 50 comments cpp
- Functional Programming using C++ - Correctness follows from expressiveness https://www.youtube.com/watch?v=27tFyKc6g3U 46 comments cpp
- Living with Lambdas: Functional Programming in C++ http://pragprog.com/magazines/2013-07/living-with-lambdas 55 comments programming
- Easy Programming - Beginner C++ Tutorial - Index Sort with Void Functions http://www.youtube.com/watch?v=Sw_yyPDP7mc 5 comments learnprogramming
- A C++ program to compute the coefficients of a function development in a convergent serie of spherical harmonics function https://github.com/JustWhit3/SAFD-algorithm 8 comments programmertil
- A C++ program to compute the coefficients of a function development in a convergent serie of spherical harmonics function https://github.com/JustWhit3/SAFD-algorithm 30 comments cpp
- Cell: a functional, relational, reactive programming language that compiles to (and integrates with) C++ and C# http://www.cell-lang.net 12 comments programming
- In-depth: Functional programming in C++ http://gamasutra.com/view/news/169296/indepth_functional_programming_in_c.php 5 comments haskell
- C++ Four functions, a loop, several 'If Else's, and a broken program. https://gist.github.com/tinmf/78ff22e574fdc86c4e0c 16 comments learnprogramming
- Learning FC++: The C++ functional programming library http://www.ibm.com/developerworks/aix/library/au-learningfc/index.html?ca=dgr-lnxw07fcppdth-aix 4 comments cpp
- Efficient Pure Functional Programming in C++ Using Move Semantics « C++ on a Friday http://blog.knatten.org/2012/11/02/efficient-pure-functional-programming-in-c-using-move-semantics/ 7 comments cpp
- Explore EFP: A Practical Functional Programming Library for C++ https://github.com/cwahn/efp 15 comments cpp
- Functional Programming in C++ - Nicola Gigante - Meeting C++ 2015 https://www.youtube.com/watch?v=SCC23W3CQc8 26 comments programming
- Functional Programming in C++ - Nicola Gigante - Meeting C++ 2015 https://www.youtube.com/watch?v=SCC23W3CQc8 5 comments cpp
- Another one old crazy idea about functional programming in C++ https://github.com/blackmatov/fun.hpp 8 comments cpp
- Functional programming in C++ with the FunctionalPlus library; today: Hackerrank challange "Gemstones" https://github.com/dobiasd/articles/blob/master/functional_programming_in_cpp_with_the_functionalplus_library_today_hackerrank_challange_gemstones.md 18 comments cpp
- Functional programming in C++ with the FunctionalPlus library; today: Hackerrank challange "Gemstones" https://github.com/dobiasd/articles/blob/master/functional_programming_in_cpp_with_the_functionalplus_library_today_hackerrank_challange_gemstones.md 10 comments programming
- I'm trying to learn C++ and I am working on building a simple guess the number program to practice using functions. I can't seem to get this program to work. https://ideone.com/Kv0zzu 3 comments learnprogramming
- LibF++ -- Enabling C++ as a pure functional programming language through immutable strings, vectors, maps, etc. https://github.com/gjduck/libf 67 comments programming
- Anybody know of any good open source C++ math programming libraries that can handle functions of multiple variables/calculus? https://www.reddit.com/r/math/comments/9v6esh/anybody_know_of_any_good_open_source_c_math/ 11 comments math
- Multi-paradigm : Experiments in C++ mostly involving functional programming http://yapb-soc.blogspot.com/ 20 comments coding
- FC++: Functional Programming in C++ - Higher-Order Polymorphic Functions in the C++ Language http://www-static.cc.gatech.edu/~yannis/fc++/ 4 comments programming
- FTL - The Functional Template Language. C++ template library for fans of functional programming. The goal of this project is to implement a useful subset of the Haskell Prelude in C++. https://github.com/beark/ftl 12 comments haskell