Ben Lerner

Results 205 comments of Ben Lerner

Philip and I have just been abbreviating then as TQS, but that doesn't trip lightly off the tongue... I said docstring above because of this particular use case, but I...

@jpolitz This issue has potentially come up again with @esSteres's LSP work: apparently, VSCode and others can take docstrings that are Markdown-formatted, and pretty-print them. It'd be nice for us...

I'm thinking a bit about this issue this morning, specifically where in the compiler pipeline we want to apply this cleanup. I don't _really_ want to do it in [the...

All `s-str` nodes have a srcloc in them, but not all strings show up as `s-str` nodes in the AST. I'm not sure which change would be more invasive to...

Actually, this is probably *more* doable than in was in 2015, now that we can compile standalone Pyret programs...

Probably still a good idea to eventually explore; any peephole optimizations will help with memory pressure and probably code size.

I very much don't like this idea. Sets semantically don't have an order, while lists do. If you truly want non-ordered access, I'd prefer the more orthogonal `list-to-list-set(your-list).pick()` Now, a...

I guess we don't use `s-ref` very often, then, huh? ;-) Good catch.

Yup, it's not used anywhere, so far as I can tell. @jpolitz, wanna just delete it altogether?