Re: [julia-users] Julia embedding -- Create Dict variable from C?

2016-09-16 Thread Harald Held
OK, thanks for the clarification and explanations! I'll go for the second option you described then. On Thursday, September 15, 2016 at 12:33:22 AM UTC+2, Yichao Yu wrote: > > On Wed, Sep 14, 2016 at 4:12 PM, Harald Held <haral...@gmail.com > > wrote: > > I'm playing

[julia-users] Julia embedding -- Create Dict variable from C?

2016-09-14 Thread Harald Held
I'm playing around with embedding Julia in a C application and figured out how to create and set scalars, arrays, and tuples from C successfully. What's missing for what I'm trying to do is to create a dictionary in C that is then set to a Julia variable and used in a Julia script. However, I