Hacker Newsnew | past | comments | ask | show | jobs | submit | BenDoan's commentslogin

The golog author has a great presentation on using prolog in production.[1]

[1] https://www.youtube.com/watch?v=G_eYTctGZw8


Thanks for the video, really cool.


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


Did you need to write any URL generator, or was it able to identify all URLs by itself?


You need to write simple flask routes for the different pages, but nothing complicated. Frozen Flask will automatically find all of your pages.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: