Prolog interpreter in Go 11 years ago
The golog author has a great presentation on using prolog in production.[1]
HN user
hn@bendoan.me
The golog author has a great presentation on using prolog in production.[1]
You need to write simple flask routes for the different pages, but nothing complicated. Frozen Flask will automatically find all of your pages.
I'm really pleased with FrozenFlask. It lets you develop a normal site with python and flask with all of the flexibility: routing, databases, modules, etc. that you'd expect while still outputing a static website. I made my current blog site with it.
https://pythonhosted.org/Frozen-Flask/ https://github.com/bendoan/bendoan.me