Slide 5
Slide 5 text
Quick introduction to PS
FP lang inspired by Haskell
Some big usability improvements
Compiles to legible, real JS with no runtime
Gives you real FFI
More granular “Effects” system compared to Haskell’s “IO”
main :: forall e. Eff (err :: EXCEPTION, get :: HTTP, post :: HTTP, console :: CONSOLE | e) Unit