Re: [julia-users] Help creating an IDL wrapper using Clang.jl

2016-09-21 Thread Luke Stagner
You have no idea how happy this make me. I was able to get it running fairly quickly on linux. This is what I did ``` shell> export JL_IDL_TYPE=CALLABLE julia> push!(Libdl.DL_LOAD_PATH, "/path/to/idl/idl84/bin/bin.linux.x86_64") 1-element Array{String,1}: "/path/to/idl/idl84/bin/bin.linux.x86_

Re: [julia-users] Help creating an IDL wrapper using Clang.jl

2016-09-21 Thread Bob Nnamtrop
Yes, sorry for the delay, I have uploaded some code to github. See: https://github.com/BobPortmann/IDLCall.jl.git. I have added some notes there to get you started. No doubt they are too short and you may have to look into the code to get things working. I do want to polish this up, so please provi

Re: [julia-users] Help creating an IDL wrapper using Clang.jl

2016-09-21 Thread Luke Stagner
Are you still planning on releasing your IDL wrapper? I would still very much like to use it. -Luke On Friday, August 5, 2016 at 10:19:16 AM UTC-7, Bob Nnamtrop wrote: > > I have written a (pretty) complete wrapper for IDL (years ago actually), > but have not uploaded to github. I'll try to do

Re: [julia-users] Help creating an IDL wrapper using Clang.jl

2016-08-05 Thread Luke Stagner
This is awesome. I would love to take a look at what you did and how you did it. Once 0.5 is released I think Julia would be in a mature enough state to promote it to the IDL community. Unless I am mistaken I do not think there are many major breaking changes that are planned. -Luke On Friday

Re: [julia-users] Help creating an IDL wrapper using Clang.jl

2016-08-05 Thread Bob Nnamtrop
I have written a (pretty) complete wrapper for IDL (years ago actually), but have not uploaded to github. I'll try to do that this weekend (and put an update here). I wrote it for my own use and have been waiting for Julia to mature to promote it to the IDL community. I originally wrote it for Call