Mason Protter

Results 226 comments of Mason Protter

> If active_repl just has an API to evaluate a block of code, we can provide that, but that's about all. Yeah, that would be ideal. Currently, the help, shell...

@timholy What about `deleteat!`? I think that's a useful function and it's required for things like `filter!` and would have been useful test cases for two PRs I recently wrote:...

Nice little package! I'm no decision maker on these things, but for what it's worth, I think the name is fine and support it. If it's decided that this package...

One thing I really like about this format is that most users don’t realize when they use `@btime` that it’s reporting a minimum. Most assume it’s an average or median...

Does the merging of https://github.com/JuliaLang/julia/pull/41936 make this any easier?

Oh interesting, thanks! I played around a bit with this trying to write the result of the codegen to a `.so` file like what was attempted with StaticCompiler.jl but I...

Personally, I’m tempted to say this should just be a separate macro from `@_`. Its not horribly inconsistent, but it does make it so that you need to understand more...

That's actually already implemented with `enter_mode!`: https://github.com/MasonProtter/ReplMaker.jl/blob/master/src/ReplMaker.jl#L145-L174 I should put it in the `README` though

Nice! If you feel like making a PR to ReplMaker.jl with support for a mode selector interface, I'd happily accept it. Otherwise, I'll try to get started on it once...

What if we called it something like WolframLink.jl? I think that'd most accurately reflect what it is without having to use an undiscoverable name like WSTP.jl? Mathematica.jl is perhaps good...