digitalmars.D - [SAOC 2023] C++ STL INTEROP - Weekly Update #1
- Emmanuel Nyarko (17/17) Sep 22 2023 Hi everyone,
- jmh530 (6/23) Sep 22 2023 It would be great if you could add some examples on how to use
- Emmanuel Danso Nyarko (3/10) Sep 22 2023 I think that will be great. I will do that so it might as well be
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (3/7) Sep 22 2023 Keep up with the good work Emmanuel!
- Emmanuel Danso Nyarko (3/12) Sep 22 2023 Thank you very much Ferhat
- Imperatorn (3/7) Sep 22 2023 ❤️
- sighoya (3/4) Sep 27 2023 Thanks for the work you're doing.
Hi everyone, it has been an exciting first SAOC week as I'm working to improve C++ STL bindings in D. It has been a week of progressive explorations towards gaining deeper understanding and control over the systems of general binary generations which is very key in interoperability between two languages as such. I have been revising binary generation concepts such as the semantic analysis phase of the compiler, stack calling conventions, and assembly generations and also making analysis of their states in both C++ and D. for the early stages, as advised by Mathias Lang, my mentor, I will be working to improve already existing bindings such as std::string and std::vector towards cross-compatibility on runtime environments and few updates as well. Looking towards a productive second week. Thanks.
Sep 22 2023
On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:Hi everyone, it has been an exciting first SAOC week as I'm working to improve C++ STL bindings in D. It has been a week of progressive explorations towards gaining deeper understanding and control over the systems of general binary generations which is very key in interoperability between two languages as such. I have been revising binary generation concepts such as the semantic analysis phase of the compiler, stack calling conventions, and assembly generations and also making analysis of their states in both C++ and D. for the early stages, as advised by Mathias Lang, my mentor, I will be working to improve already existing bindings such as std::string and std::vector towards cross-compatibility on runtime environments and few updates as well. Looking towards a productive second week. Thanks.It would be great if you could add some examples on how to use these bindings (whether the std::string/vector ones or new ones you want to add), either to the documentation itself or as a write-up.
Sep 22 2023
On Friday, 22 September 2023 at 17:23:03 UTC, jmh530 wrote:On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:I think that will be great. I will do that so it might as well be updated in the dlang reference page.[...]It would be great if you could add some examples on how to use these bindings (whether the std::string/vector ones or new ones you want to add), either to the documentation itself or as a write-up.
Sep 22 2023
On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:Hi everyone, it has been an exciting first SAOC week as I'm working to improve C++ STL bindings in D. [...]Keep up with the good work Emmanuel!
Sep 22 2023
On Friday, 22 September 2023 at 17:41:20 UTC, Ferhat Kurtulmuş wrote:On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:Thank you very much FerhatHi everyone, it has been an exciting first SAOC week as I'm working to improve C++ STL bindings in D. [...]Keep up with the good work Emmanuel!
Sep 22 2023
On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:Hi everyone, it has been an exciting first SAOC week as I'm working to improve C++ STL bindings in D. [...]❤️
Sep 22 2023
On Friday, 22 September 2023 at 16:01:57 UTC, Emmanuel Nyarko wrote:[...]Thanks for the work you're doing.
Sep 27 2023