Mason Protter

Results 226 comments of Mason Protter

Wait, is this related to #38? #38 is about *compile* times, not runtimes. (Runtime speed is important too of course)

Oh I see, I didn’t realize calling `rules()` was the culprit!

I think I recently found a simple instance of this: ``` t = @term 1 + x + y - x normalize(t) ``` seems to not terminate.

Perhaps there could be an optional argument passed to `normalize` such that when it's active, if normalize is called on a `@term` consisting of purely numeric arguments, it evaluates using...

Yeah, that'd be nice. Maybe having one mode where all math is done with BigInt and BigFloat to get arbitrary precision would be advantageous as well. This is what most...

The smallest possible length scale in the universe (Planck length) is ~10^-35 meters across whereas the largest known structure in the universe, the Hercules–Corona Borealis Great Wall is 10,000,000,000 ly...

Does anyone working on this think this feature would be available soon? It’s the only thing that’s keeping me using Arpack.

Here's a MWE: ``` Masons-MacBook-Pro:~ mason$ julia --project _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _ | Type "?" for...

Did you ever end up finding a fix for this?

Apparently, Org just uses the syntax highlighting for whatever it sees right after `#+BEGIN_SRC` so in this case, I guess it would look for an `ipython-mode`. I wonder if there's...