Re: [julia-users] How to check whether a values is nothing using the Julia C API?

2014-03-10 Thread Felipe Cruz
I'm sorry. add julia/src dir to cffi include dir, because *options.h* it's not exported so JULIA_DIR/include/julia Segunda-feira, 10 de Março de 2014 11:49:29 UTC-3, Felipe Cruz escreveu: > > Hi All! > > I started another project to integrate Python and Julia, but inst

Re: [julia-users] How to check whether a values is nothing using the Julia C API?

2014-03-10 Thread Felipe Cruz
Hi All! I started another project to integrate Python and Julia, but instead of using Python ctypes, I'm using Python cffi: https://github.com/felipecruz/pyju I found cffi much better than ctypes, plus, it brings PyPy compatibility. There's already some code working but, so far, I needed to ma