Purescript-marionette - a small MVC library for the command line

Lately I’ve been looking for ways to write state machines and run them with minimal boilerplate. There are many web frameworks and libraries that you can use for that. But often this brings it’s own complexity. So I was looking for an easy way to run them in the command line which is a bit simpler environment.

The outcome is this small library: purescript-marionette

6 Likes