Eliza Weisman

Results 571 comments of Eliza Weisman

It looks like the failing build is a problem on my end, not yours; this project hasn't been updated for a while and currently isn't building on current Rust. I'll...

I would probably want to release Seax executables from builds run against the nightly channel, since feature-gated nightly features are likely to be faster.

This is blocked upstream on hawkw/seax_svm#14, which won't be fixed until either I finish #89, or `box_patterns` is no longer feature-gated.

It should be possible to do something similar with `State` so we don't have to copy unchanged stack values. And now that we have benchmarks we can see if this...

Could be done as part of #86

Obviously, none of this stuff will be in the current release cycle; I'm currently still focused on shaking the bugs out of the VM and on compiling as much of...

We should also note briefly that if by any chance @EarlGray is reading this, his SECD/Scheme implementation is significantly cooler than mine and that I hope I can eventually bash...

Wow, thanks for the advice! It's great of you to summarize what you've done; I was planning on reading through your source and blog posts and trying to parse out...

Thanks! I'll be sure to ask if I happen across anything I don't understand.

I made a [dev branch](https://github.com/hawkw/seax/tree/pos-dev) for this and started messing with it. Not sure when I'll actually get around to finishing it.