Hi,
I've tried the following:
<hansl>
foreign language=Julia --no-compile
print("Hello from Julia")
end foreign
</hansl>
and I'm getting the following verbatim output:
code missing for Hello from Julia_growbeg!(Array{Any, 1}, Int64) :
sysimg may not have been built with --compile=all
code missing for category_code(UInt32) : sysimg may not have been built
with --compile=all
Without --no-compile it works fine. This is yesterday's snapshot with
Julia 1.4.0 on Windows.
thanks
svne