Show HN: Schematra – Sinatra-inspired minimal web framework for Chicken Scheme
49 points| funkaster | 7 months ago |github.com
Most of the projects that I've written on the side have been using some combination of Sinatra + Sequel + Postgres/Redis/Something else + HTMX. I love the simplicity of Sinatra's API so I decided to focus on trying to have a similar experience but in scheme, trying to make it ergonomic for a scheme dev (that part might not be there yet since I'm not an experienced scheme dev).
The most fun part was the dev cycle: Emacs + NREPL + Aider (as a code reviewer & rubber ducky. For codegen it's mostly annoying but works great for documentation & refactoring).
I hope to add full SSE & WebSocket support some time this week. Anyway, hopefully this is interesting to some of you and might be a source of fun :)
sivers|7 months ago
It passed the tests but I didn't put it on my Github because I realized I wasn't going to continue using it.
If anyone's interested, I could add it on Github I guess. sive.rs/contact
teruakohatu|7 months ago
What was your motivation?
unknown|7 months ago
[deleted]