[julia-users] Re: Julia and the Tower of Babel

2016-10-08 Thread Traktor Toni
In my opinion the solutions to this are very clear, or would be: 1. make a mandatory linter for all julia code 2. julia IDEs should offer good intellisense Am Freitag, 7. Oktober 2016 17:35:46 UTC+2 schrieb Gabriel Gellner: > > Something that I have been noticing, as I convert more of my

[julia-users] FFI error: unsupported or misplaced expression call

2015-08-08 Thread Traktor Toni
workspace() immutable TestStruct a::UInt32 end t2 = ccall((:inet_addr, libc, TestStruct, (Ptr{UInt8},), localhost)) Why doesnt this work? And the error is really poor, how am I supposed to know which parameters are wrong by reading unsupported or misplaced expression call? I also tried a