Ken-B

Results 11 comments of Ken-B

Hi David, Thanks for your answer! I'm on an qwerty keyboard on mac, as I believe many programmers are (all my colleagues here in Belgium use qwerty). I use qwerty...

@ziyixi Could you update the link to the notebook, it seems dead. Thanks!

I was able to run the example by changing the `Real` to `Number` in the Distributions package. This is however not a long term solution. I've also been thinking about...

I don't understand it well enough, but maybe it's an idea to use the traits package for this? https://github.com/mauro3/Traits.jl

That's quite a challenge for me, as I've never compiled c++ before. However, with the help of Google I've compiled his code and the example runs. Now I'm trying to...

No bother, it's a welcome challenge. I wanted before to check out Cxx.jl and this seems like a perfect opportunity. Im just saying that it's uncharted territory for me so...

Cxx.jl requires llvm-svn or llvm 3.7.0, but I keep getting build errors on my mac. I've tried different versions of xcode. Where could I go to get help on that?...

In case you haven't seen it yet, John Myles White has a quite extensive style guide for Julia: https://github.com/johnmyleswhite/Style.jl You might take some inspiration from it (I tend to use...

`libgio` is part of `glib` in case you haven't found it yet.

I had the same issue, just creating that folder manually fixed it.