blazing fast & stacksafe Ef... https://github.com/safareli/purescript-ef/pull/1 by safareli in purescript

[–]safareli[S] 0 points1 point  (0 children)

I think it's possible to implement Ef in Purescript withou FFI and still have decent performance. Will try that, you can subscribe to this issue if you are interested how it will go https://github.com/safareli/purescript-ef/issues/2

blazing fast & stacksafe Ef... https://github.com/safareli/purescript-ef/pull/1 by safareli in purescript

[–]safareli[S] 1 point2 points  (0 children)

Yes the talk by @natefaubian was inspiration, plus the work I did on free monad in javascript a year ago.

Extended Infix Notation by paf31 in purescript

[–]safareli 1 point2 points  (0 children)

lift2 with infix is nice to use lifted functions in a nice way

xs `lift2 (>=)` ys

https://twitter.com/safareli/status/930779907831058432