Hacker News
- Translating Haskell to C++ metaprogramming http://www.vandenoever.info/blog/2015/07/12/translating-haskell-to-c++.html 61 comments
Lobsters
- Cap'n Proto v0.2: Compiler rewritten Haskell -> C++ (2013) https://capnproto.org/news/2013-08-12-capnproto-0.2-no-more-haskell.html 3 comments c , haskell
- cpp-lazy: Haskell inspired lazy evaluation library in C++. https://github.com/marcdirven/cpp-lazy 22 comments cpp
- [Haskell-cafe] The amount of CPP we have to use is getting out of hand https://www.haskell.org/pipermail/haskell-cafe/2015-january/117683.html 83 comments haskell
- Calling C++ from Haskell https://luctielen.com/posts/calling_cpp_from_haskell/ 17 comments haskell
- [Job] Haskell and C++ Compiler work in Portland and San Francisco, Onsite https://functional.works-hub.com/jobs/compiler-engineer-in-portland-united-states-of-america-cdfa9?utm_source=reddit&utm_campaign=k.han 5 comments haskell
- Haskell Typeclasses vs. C++ Classes http://www.michaelburge.us/2017/10/15/haskell-typeclasses-vs-cpp-classes.html 9 comments haskell
- The graph coloring throwdown: Haskell vs. C++ vs. Java https://engineering.linkedin.com/49/linkedin-coding-competitions-graph-coloring-haskell-c-and-java 17 comments haskell
- haskell as an embedded Scripting language for C++ https://www.reddit.com/r/haskell/comments/517d86/haskell_as_an_embedded_scripting_language_for_c/ 10 comments haskell
- Translating Haskell to C++ metaprogramming http://www.vandenoever.info/blog/2015/07/12/translating-haskell-to-c++.html 24 comments programming
- Dan Piponi: C++ is lazy and Haskell is strict https://plus.google.com/u/0/+danpiponi/posts/iu8rvgk2bcw 20 comments haskell
- Stop (ab)using CPP in Haskell sources http://blog.haskell-exists.com/yuras/posts/stop-abusing-cpp-in-haskell.html 37 comments haskell
- Type-safe typedefs (aka Haskell newtype) in C++ http://www.ilikebigbits.com/blog/2014/5/6/type-safe-identifiers-in-c 9 comments programming
- Haskell monads for C++ programmers https://atilanevesoncode.wordpress.com/2015/01/17/haskell-monads-for-c-programmers/ 5 comments haskell
- Comparing AVL Trees in C++ and Haskell https://izbicki.me/blog/avl-tree-runtimes-c%2B%2B-vs-haskell.html 21 comments haskell
- Cap'n Proto: Cap'n Proto v0.2: Compiler rewritten Haskell -> C++ http://kentonv.github.io/capnproto/news/2013-08-12-capnproto-0.2-no-more-haskell.html 24 comments haskell
- Cap'n Proto: faster protocol buffers, written in Haskell & C++ http://kentonv.github.com/capnproto/install.html 11 comments haskell
- Haskell in the enterprise (and the necessity of C++ bindings) http://sourcery.mentor.com/public/cxx-abi/abi.html#mangling 16 comments haskell
- HN/SPL - a better way to do your boring C++ job (written in Haskell) http://code.google.com/p/inv/ 17 comments haskell
- Practice for helping Java & C++ programmers learn Haskell: read programs with them, out loud http://cliffordbeshers.blogspot.com/2011/10/conalelliott-re-what-resources.html 4 comments haskell
- Haskell's MVars in C++ http://haskellhideout.wordpress.com/2010/11/14/mvars-in-c/ 25 comments programming
- C++Next: What Does Haskell Have To Do With C++? http://cpp-next.com/archive/2010/10/what-does-haskell-have-to-do-with-cpp/ 7 comments cpp
- Compiling a subset of Haskell to C++ template metaprograms http://gergo.erdi.hu/projects/metafun/ 3 comments haskell
- Church Numerals in C++ (and Haskell) http://nonchalantlytyped.net/blog/2010/04/24/church-numerals-in-c/ 3 comments haskell
- Naïve Parallelization: C++ (OpenMP) and Haskell http://poorlytyped.blogspot.com/2010/01/naive-parallelization-c-openmp-and.html 44 comments programming
- What Does Haskell Have to Do with C++? http://bartoszmilewski.wordpress.com/2009/10/21/what-does-haskell-have-to-do-with-c/ 24 comments programming
- What Does Haskell Have to Do with C++? http://bartoszmilewski.wordpress.com/2009/10/21/what-does-haskell-have-to-do-with-c/ 12 comments haskell
- A comparison of C++ "concepts" and Haskell type classes :: PDF http://sms.cs.chalmers.se/publications/papers/2008-wgp.pdf 9 comments programming
- On Haskell and C++ « Open game programming http://codeflow.wordpress.com/2008/10/18/on-haskell-and-c/ 17 comments programming
- Amazing Collection of Computer Science Video Lectures (Haskell, OO Programming in C++ & Java, Operating Systems, Data Mining, Networking and many more!) http://xrl.us/bb3wf 14 comments programming
- Metaprogramming in Template Haskell, MetaOCaml, and C++ [PDF] http://www.cs.rice.edu/~taha/publications/journal/dspg04b.pdf 3 comments programming
- Haskell vs. Ada vs. C++ vs. Awk vs. ..., An Experiment in Software Prototyping Productivity http://citeseer.ist.psu.edu/hudak94haskell.html 2 comments programming
- One file to rule them all (mutli-lanugage program c, c++ Perl, Python, Haskell, ...) http://blog.sykosopp.com/2006/02/26/one-file-to-rule-them-all/ 3 comments programming
- Functoriality: Categories for Programmers by Bartosz Milewski (with C++ and Haskell examples) http://bartoszmilewski.com/2015/02/03/functoriality/ 4 comments programming
- Can GHC do loop unrolling in idiomatic Haskell like in this C++ example? http://ideone.com/xqxjns 19 comments haskell
- fficxx - FFI to C++ in Haskell http://ianwookim.org/fficxx/ 12 comments haskell
- Performance: what’s good for C++ is good for … Haskell!? http://www.serpentine.com/blog/2013/03/20/whats-good-for-c-is-good-for-haskell/ 40 comments programming
- What’s good for C++ is good for … Haskell!? http://www.serpentine.com/blog/2013/03/20/whats-good-for-c-is-good-for-haskell/ 19 comments haskell
- Cross-language serialization library for Haskell / Python / C++ https://hackage.haskell.org/package/hprotoc 11 comments haskell
- Fltkhs-Altimeter: A Mechanical Aircraft Altimeter Widget, A Custom Widget Port From C++ to Pure Haskell https://www.reddit.com/r/haskell/comments/4wfw4n/fltkhsaltimeter_a_mechanical_aircraft_altimeter/ 5 comments haskell