droodman

Results 31 comments of droodman

Thank you, David and Elliot. OK, I will explore the option of something like `dlopen`. Stata's ability to do shell-like things is limited. About all it can do is construct...

Update: I'm [making good progress](https://github.com/droodman/julia.ado/blob/2d3dfcbcb2b259f445f4615d9aaf8f10439342f1/cpp/julia.ado.cpp#L48). It turns out I needed `libjulia`, not `libjulia-internal`. And `jl_get_function()` is not defined in any shared library, but rather in "julia.h" in terms of other...

Or could juliaup on the Mac modify PATH before launching Julia?

OK, I'll work on that. Yes, my ~2015 MacBook and M2 MacBook have `/etc/paths`.

Alrighty, I think I've got it all working! I've tried it on Windows, Linux, and macOS with Intel or ARM. On all platforms, it works fine with juliaup installations. I'll...

Whoops, I'm still having a problem and would be grateful for your help. A MWE is below. I'm attempting to get a handle for a Julia function via the equivalent...

Maybe [I got it](https://discourse.julialang.org/t/how-to-dynamically-embed-julia-in-a-windows-app/107133/10?u=droodman).

Would it make sense to call GLM to pick the starting values? My cmp package for Stata does something like that. Before fitting a multi-equation model, where the equations could...

I'm sorry I don't know enough about Julia to understand and answer this question. The program runs fine out of debug mode. (Or if I comment out the @tturbo reference...

Not that I recall, sorry. I ended up reluctantly dropping @turbo from my project because it is intended for interactive use and @turbo was adding a lot to initial load...