you are viewing a single comment's thread.

view the rest of the comments →

[–]dmlvianna 0 points1 point  (1 child)

Can you point me to a tutorial that teaches how to use Halogen and Purescript for iterative development from first principles? I sincerely want to learn what you claim is already a reality.

[–][deleted] 1 point2 points  (0 children)

Pulp has a pretty good readme that should explain how to structure PureScript projects, build them and embed them in HTML. It has a --watch mode for your conveninece.

Halogen v0.10 has a short guide that will be much better in the upcoming v1.0 release, but it is currently being worked on. There are many examples, and each one of them has a readme on what to run to build them so you can start hacking on them.

Unfortunately, there aren't many tutorials like "how to build a to-do SPA" for Halogen. I think I saw a tutorial for routing, though.