Andy Arvanitis

Results 37 comments of Andy Arvanitis

Yeah, I wondered about that. I initially played around with a couple of custom operators before switching to the implicit lifting. I really don't know if there is any precedent...

Do you mean you would pick a smaller operator, or just pass the object as the last argument (so no operator needed)? I see what you mean in general, though,...

Ok, cool. That's actually consistent with what I started with, but then thought it might be frowned upon (the introduction of a new operator). I haven't really looked at F#...

I haven't looked into it, although I've wanted to do so for a while. I imagine there are a few implementation possibilities. Do you have a specific use case or...

There have been a couple people offering to implement Aff, but I haven't gotten a PR or report that they were successful. I'd like to do it myself (maybe initially...

Seems like a good suggestion (renaming it), but it would of course be something to request from the spago folks directly.

Yeah, definitely. My goal is to eventually get everything that works in regular PureScript working in Pure11, so self-hosting is a good and classic way to prove it out. Not...

@bbarker I think the purescript maintainers stopped working on it some time ago, but I might be wrong. It was indeed the main purescript compiler (ps-to-js) they were working on,...

The basic strategy I would follow would be to first find the source files that can be shared between the two without any changes (I think there still are some)....

Another option is one combined codebase but still have separate executables for each (pscpp, psgo). That would at least have no impact on spago, and might be the cleanest approach....