Re: Anyone interested in mentoring?

2023-07-13 Thread Emmanuel Danso Nyarko via Digitalmars-d-announce
On Wednesday, 12 July 2023 at 16:53:21 UTC, Emmanuel Danso Nyarko 
wrote:
On Tuesday, 11 July 2023 at 15:52:54 UTC, Ferhat Kurtulmuş 
wrote:

On Tuesday, 11 July 2023 at 02:18:34 UTC, Emmanuel wrote:
I would like to work on the interoperability between C++ 
associative containers and the D language.


I am so sad that this forum has a lot of orphan entries 
recently. I don't know which kind of mentorship you need. I 
cannot provide any level of it, but I would start forking DMD 
and work on stdcpp folder. Take a look at how std::vector is 
wrapped in druntime for instance.




https://github.com/dlang/dmd/tree/master/druntime/src/core/stdcpp

The mentorship I need is for the SAOC application. I just 
checked stdvector out and it is a great piece. I'll be 
researching more into it. Thanks


I hope you'll be available to mentor me for this program.


Re: Anyone interested in mentoring?

2023-07-12 Thread Mike Parker via Digitalmars-d-announce
On Wednesday, 12 July 2023 at 16:56:45 UTC, Emmanuel Danso Nyarko 
wrote:


Thank you very much Mike. Will early submissions help my 
application?


No. That's not a factor in the selection process.


Re: Anyone interested in mentoring?

2023-07-12 Thread Emmanuel Danso Nyarko via Digitalmars-d-announce

On Tuesday, 11 July 2023 at 16:37:39 UTC, Mike Parker wrote:

On Tuesday, 11 July 2023 at 02:18:34 UTC, Emmanuel wrote:
I would like to work on the interoperability between C++ 
associative containers and the D language.


Is this for a SAOC project application? If so, please feel free 
to submit the application without a mentor attached. If you 
later find one before the deadline, you can let me know and 
I'll amend the application.


You might also ask in the community's Discord:

https://discord.com/invite/bMZk9Q4


Thank you very much Mike. Will early submissions help my 
application?


Re: Anyone interested in mentoring?

2023-07-12 Thread Emmanuel Danso Nyarko via Digitalmars-d-announce

On Tuesday, 11 July 2023 at 15:52:54 UTC, Ferhat Kurtulmuş wrote:

On Tuesday, 11 July 2023 at 02:18:34 UTC, Emmanuel wrote:
I would like to work on the interoperability between C++ 
associative containers and the D language.


I am so sad that this forum has a lot of orphan entries 
recently. I don't know which kind of mentorship you need. I 
cannot provide any level of it, but I would start forking DMD 
and work on stdcpp folder. Take a look at how std::vector is 
wrapped in druntime for instance.




https://github.com/dlang/dmd/tree/master/druntime/src/core/stdcpp

The mentorship I need is for the SAOC application. I just checked 
stdvector out and it is a great piece. I'll be researching more 
into it. Thanks





Re: Anyone interested in mentoring?

2023-07-11 Thread Mike Parker via Digitalmars-d-announce

On Tuesday, 11 July 2023 at 02:18:34 UTC, Emmanuel wrote:
I would like to work on the interoperability between C++ 
associative containers and the D language.


Is this for a SAOC project application? If so, please feel free 
to submit the application without a mentor attached. If you later 
find one before the deadline, you can let me know and I'll amend 
the application.


You might also ask in the community's Discord:

https://discord.com/invite/bMZk9Q4


Re: Anyone interested in mentoring?

2023-07-11 Thread Ferhat Kurtulmuş via Digitalmars-d-announce

On Tuesday, 11 July 2023 at 02:18:34 UTC, Emmanuel wrote:
I would like to work on the interoperability between C++ 
associative containers and the D language.


I am so sad that this forum has a lot of orphan entries recently. 
I don't know which kind of mentorship you need. I cannot provide 
any level of it, but I would start forking DMD and work on stdcpp 
folder. Take a look at how std::vector is wrapped in druntime for 
instance.


https://github.com/dlang/dmd/tree/master/druntime/src/core/stdcpp


Anyone interested in mentoring?

2023-07-10 Thread Emmanuel via Digitalmars-d-announce
I would like to work on the interoperability between C++ 
associative containers and the D language.