Joe Politz
Joe Politz
@schanzer are pi/e part of this? Can easily add to `starter2024`. Didn't see them in the top list, didn't know if that was the canonical list.
@schanzer a request that may seem a little silly but would help me a lot – could you write a short check/examples block that uses all the identifiers you want...
(Think I have this, just confirming) should PI and E be in this file, too? That is, I'm going to include this as part of the spec, too: ``` import...
Right, but `PI` is provided by `essentials2021` and `E` is not, and to keep the spec runnable that's needed. The other spec is that *all* the imports + definitions should...
And for the default namespace we don't want `e` and `pi` because that will be really annoying w/shadowing of `e`. Both of your comments help clarify that my goal is...
Thanks for writing this down clearly. There are a few workflows that have existed for a while where I have to write `touch src/web/js/beforePyret.js` (which is the main webpack entrypoint)...
Oh, this isn't on `pyret-lang`, guess I referenced the wrong issue. https://github.com/brownplt/pyret-lang/commit/4437c2072662f5a3a7d3a1cdea225613678bde5b
I believe I noticed the same thing --- on node 0.10,26, I get `FATAL ERROR: JS Allocation failed - process out of memory` for ``` var sexp = require("sexpression"); sexp.parse("('a'...
Yeah, there needs to be design of types for `Table` and `Row` before this will make much sense statically. Excited to work on it!
I see! That context is helpful. Certainly it's probably better for this program to succeed and have some kind of any-ish `Row` type, so that's a good place to poke...