spirit
Boost.org spirit module (by boostorg)
hspp
hspp: An experimental library to bring Haskell Style Programming to C++. (by BowenFu)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
spirit
Posts with mentions or reviews of spirit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-07.
-
How does an experienced programmer go about learning new languages such as C++.
Oh, one project that I learned a lot of modern C++ from was, https://github.com/boostorg/spirit, I wanted to build a faster org-mode parser. I built at best a working prototype, but ended up learning a lot about how templates. It is also a header only library. If you want to avoid some administrative work, linking, choosing a build system, .... I figured it might be helpful.
-
Boost v1.78.0
Sadly, this still includes the to me [rather critical bug in Boost Spirit](https://github.com/boostorg/spirit/issues/688). I was hoping that a patch would come through before release.
-
Filter Spirit - write filters with enhanced syntax. Compile filter templates. Use variables, poe.ninja data and more!
People behind https://github.com/boostorg/spirit who helped in fixing numerous issues regarding newest library edition and helped track down a GCC bug. Boost Spirit LL(∞) parser is the core of this project.
hspp
Posts with mentions or reviews of hspp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-12.
-
Chromium accepting Rust in a clear move to copy what Mozilla have done, replace C++ source code
Yeah, C++ supports higher kinded types through template templates (I'm not sure why the other poster said it doesn't), however it quickly becomes messy and impractical. Here's a cursed library that attempts to support Haskell-style programming in C++. Here's an example where they implement a monad transformer using the only example of a template template template that I have ever seen in the wild.
-
Monads are part of C++, and are in your code
FYI there are some monad sample codes in https://github.com/BowenFu/hspp/blob/main/sample/proposal.cpp.
-
New chapter of HSPP: bring Haskell coroutine to C++17.
Refer to https://github.com/BowenFu/hspp/blob/main/sample/coroutine.cpp for complete implementation.
- Mom, can we have (Haskell flavored) post-modern C++ at home?
- Finally, we bring Haskell STM to C++
- Finally, Haskell STM is brought to C++
- Mom, can we have monadic do notation / monad comprehension in C++?
What are some alternatives?
When comparing spirit and hspp you can also consider the following projects:
PEGTL - Parsing Expression Grammar Template Library
faker-cxx - C++ Faker library for generating fake (but realistic) data.
innoextract - A tool to unpack installers created by Inno Setup
cpp_functional_programming - List of materials about functional programming in C++
asio - Boost.org asio module
CPP_Utilities - Only contains raw library to include, no tests, no examples, no VS solution, nothing. So the library can be cloned as a submodule without carrying over all the surrounding stuff. The website link leads to the full project.