Thread overview
embedr: Call D functions from R and embed an R interpreter inside a D program
May 01, 2018
bachmeier
May 01, 2018
rikki cattermole
May 01, 2018
jmh530
May 01, 2018
I had planned to work on this some more, but I'm editor of a journal and have recently agreed to become director of graduate studies, so there's no time to work on anything I don't use in my own research. Therefore I'm putting this out there as is. Basically, it works for me, but you might have to tweak things to do what you want (it probably won't take much, and you can ask me if you get stuck on something).

I have no plan to turn this into a Dub package, but that doesn't stop anyone else from doing so.

It's not ready for release. All functions are documented using Adam's documentation generator though. And there's some example code on the project page.

http://embedr.netlify.com/
May 02, 2018
On 02/05/2018 2:42 AM, bachmeier wrote:
> I had planned to work on this some more, but I'm editor of a journal and have recently agreed to become director of graduate studies, so there's no time to work on anything I don't use in my own research. Therefore I'm putting this out there as is. Basically, it works for me, but you might have to tweak things to do what you want (it probably won't take much, and you can ask me if you get stuck on something).
> 
> I have no plan to turn this into a Dub package, but that doesn't stop anyone else from doing so.
> 
> It's not ready for release. All functions are documented using Adam's documentation generator though. And there's some example code on the project page.
> 
> http://embedr.netlify.com/

If somebody does make it a dub package (and add to registry), dpldocs.info will generate docs automatically for it. In case that encourages anybody ;)
May 01, 2018
On Tuesday, 1 May 2018 at 14:45:17 UTC, rikki cattermole wrote:
> On 02/05/2018 2:42 AM, bachmeier wrote:
>> I had planned to work on this some more, but I'm editor of a journal and have recently agreed to become director of graduate studies, so there's no time to work on anything I don't use in my own research. Therefore I'm putting this out there as is. Basically, it works for me, but you might have to tweak things to do what you want (it probably won't take much, and you can ask me if you get stuck on something).
>> 
>> I have no plan to turn this into a Dub package, but that doesn't stop anyone else from doing so.
>> 
>> It's not ready for release. All functions are documented using Adam's documentation generator though. And there's some example code on the project page.
>> 
>> http://embedr.netlify.com/
>
> If somebody does make it a dub package (and add to registry), dpldocs.info will generate docs automatically for it. In case that encourages anybody ;)

I could make a dub package and upload it, but I don't have much time this month if someone can get to it faster.

It probably makes sense to create some kind of over-arching group for embedr and pyd to be a part of (and any other similar functionality).