JordanMartinez / purescript-cookbook

An unofficial Cookbook for PureScript
MIT License
198 stars 30 forks source link

Update cookbook recipes to PureScript 0.15.2 #291

Closed JordanMartinez closed 2 years ago

JordanMartinez commented 2 years ago

At some point, this cookbook should be updated to 0.15.2 now that we can use ES modules.

Besides updating the recipes, the current blocker is how to run the examples in a web browser. Currently, it's done via try.ps.ai. However, that was setup by Miles and I don't want to maintain it even if I was granted access / shown how to maintain it. It would be easier to just use try.purescript.org directly, but the examples can't be loaded due to https://github.com/purescript/trypurescript/issues/174

So, I think dropping the Main module requirement in Try PureScript would need to be done first and then we could continue with this.

JordanMartinez commented 2 years ago

Closed by #292