Implementation of a blog in Common Lisp: Part 1
The last few weeks I’ve been playing around with Common Lisp. I’ve been doing that off and on (mostly off) for a few years now, never really getting the hang of it because I’ve been too easily distracted. This time I thought I’d give it another try, and to make it more practical I’ve given myself a little project so that I’m using what I’m learning for something concrete.
For this project I’ve been looking into various frameworks for web application development, and I’ve come up with a combination I think works ok. To help others on their way, I’ve decided to create a small tutorial on how to create a blog with Hunchentoot, html-template and Elephant. This is just to introduce the frameworks and show how easy it can be.
Part 1 shows how data can be stored persistently, and HTML pages generated and served to the user. Enjoy!
Great article! Nice to have something practical to look at when you want to learn CL.
Can’t wait for part 2!