Actually I saw that the primary issue was to incorporate coroutines and use generators in the already established matchpycpp file in the repository so I’ve started working on that I should be able to send you the draft codes soon . Thank you
On Thu, 26 Mar 2020 at 12:56 PM, manik taneja <[email protected]> wrote: > I am starting to get a hold of the porting technique and the logic shall I > start by working to port parts of expressions.py ( > https://github.com/HPAC/matchpy/blob/master/matchpy/expressions/expressions.py > ) > to c++20 ? > > Also Sir , I've read through your work and the implementations before > starting off to work on the port. I've also read through the following > repository > https://github.com/luncliff/coroutine/tree/master/interface/coroutine . > Correct me if I'm wrong here ; > The steps to port the code is to pick any function create a header file > for the same and then the implementation? because i saw both (.h) and > (.cpp) files in SymEngine's repository. > > On Wed, 25 Mar 2020 at 8:12 PM, manik taneja <[email protected]> > wrote: > >> Sure sir I’ll start working on it right away and get in touch with you as >> soon as I am done with it. >> Thank you >> >> On Wed, 25 Mar 2020 at 8:11 PM, Francesco Bonazzi < >> [email protected]> wrote: >> >>> OK, can you also post some code drafts? >>> >>> On Tuesday, 24 March 2020 21:40:52 UTC+1, manik taneja wrote: >>>> >>>> Hey , >>>> taking into consideration the suggestion by Mr. Francesco ; >>>> porting of Matchpy to C++ 20 is of utmost importance since C++20 has >>>> introduced coroutines . >>>> I am going to open an issue for the same in SymEngine also, on >>>> GitHub . Open for advise and other feedback . >>>> >>>> >>>> (apologies for deleting the message in the last post ; i had made some >>>> error ) >>>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "sympy" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/sympy/67dc06dd-e240-4221-bb78-a1d0ce207ad8%40googlegroups.com >>> <https://groups.google.com/d/msgid/sympy/67dc06dd-e240-4221-bb78-a1d0ce207ad8%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAEBjJ7tTEHNa%3DRoLwEUf6VFSFYzkWTsHy_07okvBY77MA6KwoA%40mail.gmail.com.
