Results 12 comments of Thimoteus

I'd like to add that in Haskell, the = ligatures make Kleisli composition (>=>,

For PureScript inspiration, I'd look at https://github.com/purescript-web/purescript-web-promise instead. I'm the author of the other one, and I wrote it overnight at an airport when I didn't really understand how promises...

I think you might be referring to bird-tracks vs indentation? If so, take a look at [simple-recursion](https://github.com/Thimoteus/simple-recursion/blob/master/literate/Simple/Recursion.md). The highlighted code is what gets transpiled, and the non-highlighted code is part...

I'm seeing it too, but not sure how to reproduce. If you want system info: VSCode version 1.48.2 macOS Catalina version 10.15.6 PureScript IDE version 0.21.4 purs version 0.13.8

What I've wanted for a while is for pursuit to order first by core libraries, then third party libraries. A lot of names are used across libs and I almost...

Yes, for example: [apply](https://pursuit.purescript.org/search?q=apply), it's not until the 4th listing that I get the definition of ``

I was researching how lisp macros are implemented and inadvertently came across [this project](http://www.doc.ic.ac.uk/teaching/distinguished-projects/2015/m.srb.pdf) that mentions PS. Might be good for an independent/academic reference?

Oh, I guess I should have checked first :laughing: The paper is really interesting. And the IDE looks pretty great too from what little I used.

Yeah, probably worth looking into, though I've never published a binary on npm before.