Info on Sprout libraries (related to Boost?)
Looking at the (very impressive) Sprout libraries that distributes using the Boost license: Welcome to the Sprout C++ Libraries http://bolero-murakami.github.io/Sprout/docs/index.html#welcome-to-the-sprou... C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others. https://github.com/bolero-MURAKAMI/Sprout ...It appears to be actively maintained, and very interesting. Anybody know the background and roadmap on these libraries (they are not in Boost now, right?) I'm particularly interesting in more 'constexpr' and compile-time libraries showing up, where C++14 (and C++17) wholly "throws-open-the-door" on what you can do at compile time (for example, see the C++14 constexpr used as a full C compiler: https://github.com/kw-udon/constexpr-8cc ) Crazy stuff. --charley
2016-11-18 23:25 GMT+03:00 charleyb123 .
Looking at the (very impressive) Sprout libraries that distributes using the Boost license: Welcome to the Sprout C++ Libraries http://bolero-murakami.github.io/Sprout/docs/index.html#welcome-to-the-sprou... C++11 constexpr based Containers, Algorithms, Random numbers, Parsing, Ray tracing, Synthesizer, and others. https://github.com/bolero-MURAKAMI/Sprout
...It appears to be actively maintained, and very interesting.
Anybody know the background and roadmap on these libraries (they are not in Boost now, right?)
They are not in the Boost right now. There has been no discussion on inclusion of those libraries into the Boost. P.S.: Let me say "Thank you" from myself. I'm working on adding more 'constexpr' into the C++ Standard Library. Those Sprout libraries look like a great prototype and proof of concept for my work. -- Best regards, Antony Polukhin
charleyb123 wrote:
Looking at the (very impressive) Sprout libraries that distributes using the Boost license: Welcome to the Sprout C++ Libraries http://bolero-murakami.github.io/Sprout/docs/index.html#welcome-to-the-sprou... [...]
I remembered that the author of the Sprout library showed some of its features during the discussion of the constexpr library on the boost-dev ML. So I think the author has some interest in Boost. Regards, Michel
participants (3)
-
Antony Polukhin
-
charleyb123 .
-
Michel Morin