| From: Osman Zakir Sent: Wednesday, November 1, 2017 12:58 PM To: ISO C++ Standard - Discussion Reply To: std-dis...@isocpp.org Subject: [std-discussion] Boost.Beast inclusion into standard library? |
Is there any possibility that the Beast library which is being added to Beast in version 1.66.0 will be standardized at some point? I would really like to see support for web services and web-based applications in the C++ standard library. It's a programming language like C++, though, so I know it's going to be limited to the back-end and other server-side stuff like Python. But that's good, too. I just want C++ to be as good as better than Python if possible. I really like the language.
Is there any possibility that the Beast library which is being added to Beast in version 1.66.0 will be standardized at some point? I would really like to see support for web services and web-based applications in the C++ standard library. It's a programming language like C++, though, so I know it's going to be limited to the back-end and other server-side stuff like Python. But that's good, too. I just want C++ to be as good as better than Python if possible. I really like the language.Along with that, a HTML template like Python's Jinja would be good to have. WTemplate is only for Wt, and other template libraries aren't up-to-date enough. There's NLTemplate, but I don't know how to check when it was last updated.
I need to ask: What are the plans of the committee concerning the Networking, Ranges, Modules, Coroutines and Concepts TSes?
It seem like Concepts, Modules and Coroutines will be in if all continues to go well in discussions in committee meetings, but what about Networking and Ranges? When can we expect them to make it in?
And the "spaceship operator" also sounds like a great proposal to be added to the standard.
On Sunday, December 10, 2017 at 11:13:11 AM UTC-5, Osman Zakir wrote:I need to ask: What are the plans of the committee concerning the Networking, Ranges, Modules, Coroutines and Concepts TSes?This is not really the place to ask that question. The forum on future proposals would be more reasonable.
It seem like Concepts, Modules and Coroutines will be in if all continues to go well in discussions in committee meetings, but what about Networking and Ranges? When can we expect them to make it in?You can't "expect" any of them to make it in. The committee will move on them as they see fit. The Ranges and Networking TS's were only recently approved for publication, so there was no way they could have made it in before they were actually finished.
And the "spaceship operator" also sounds like a great proposal to be added to the standard.
That was voted in at the last meeting.
On Sunday, December 10, 2017 at 9:45:09 PM UTC+5, Nicol Bolas wrote:On Sunday, December 10, 2017 at 11:13:11 AM UTC-5, Osman Zakir wrote:I need to ask: What are the plans of the committee concerning the Networking, Ranges, Modules, Coroutines and Concepts TSes?This is not really the place to ask that question. The forum on future proposals would be more reasonable.Where can I find that (if this isn't a stupid question)?
It seem like Concepts, Modules and Coroutines will be in if all continues to go well in discussions in committee meetings, but what about Networking and Ranges? When can we expect them to make it in?You can't "expect" any of them to make it in. The committee will move on them as they see fit. The Ranges and Networking TS's were only recently approved for publication, so there was no way they could have made it in before they were actually finished.What does being approved publication mean, exactly? That the committee just finished working on them and that they might make it in with a future update, or what?
Hmm. I was going to link to an ISOcpp.org page explaining how TS's work, but apparently... there isn't one.
And is there really no good place where I can read about how TS's work on my own?