I've created a new demo of using PicoLisp with mithril to quickly prototype apps.
The key feature is a scaffolding which generates crud operations and forms for any +ApiEntity https://github.com/joebo/pil-mithril-scaffold/blob/master/README.md Create a todo app in less than 2 minutes (cheated a bit by copy pasting), but the entire app should is less than 50 lines of application-specific code. It includes login, session management, a todo list and the ability to pick a tag for a todo. Next up I may create a blog or simple CRM app Not ready for production yet, but great for prototyping More to come! Joe