Mike J Innes

Results 334 comments of Mike J Innes

Unfortunately I don't have a copy of it to test with, but it looks like the name of Mathematica's MathLink library might have changed (maybe because of a version bump?)....

Sure, I'd be happy to join the developer program. I can't guarantee to spend a lot of time maintaining this package but it'd certainly help me find any simple fixes...

A PR would be great if you can.

I tagged releases of Mathematic and MathLink, maybe that will help?

Definitely a good idea. It does depend on Mathematica's MathLink library being available on the Pi, but I don't see why it wouldn't be. Anyway, yeah, once I get Julia...

Ok, try Pkg.checkout("Mathematica"), that should get it working although I still need to fix the deprecation warnings.

That's right, although it's possible to set up conversions between Julia and Mathematica expressions. I _think_ the `cos` example actually works on master now, but I need to tag a...

You could just do `"π is approximately $(fracdigits(π, 4))."`, where `fracdigits` can return a stringformat object. Seems like this is more easily extensible in that I can define my own...

Better yet, it would be nice if we could give precise diagnostics that say why code is untyped and how to fix it. This is still a bit abstract for...

On IR, I'm not sure if you've seen the [IRTools docs](https://mikeinnes.github.io/IRTools.jl/latest/); if anything's missing from there we can fill it out.