rss

Scheme in real life

Category : English, Programming

I stumbled this morning on this little gem called tekuti. Basically it’s a blog system but with two special twists : it’s written in Scheme and use Git as article backend.

Like the feature page report, theses two particularities provide very interesting improvements over traditional PHP+Mysql blog engine. Definitely something to hack on. Maybe it will reconcile me with web development.

As miscellaneous potential additions I see FastCGI support for use with other webserver than Apache (Lighttpd fan inside) and port to Bigloo and its native compiler for a speedy blogging life.

Post a comment