Overview

Artifact ID: 2da6bb4f0cded892d60a5ab6694addc19991e6b4
Page Name:stml
Date: 2015-12-28 03:33:38
Original User: matt
Parent: b526a1c6d52c367998ae7f3ca7c7b98135f52ec5 (diff)
Next 3a0ff84f763529de60bd3f97613d4a85c0a140dc
Content

Welcome to the STML Online Documentation

Years ago I needed something for a web framework years. I tried Rails and found it too constraining and at the time there was nothing quite like what I wanted for Chicken Scheme so I wrote one that works how I like:

  1. cgi compatible, so I can easily deploy on www.bluehost.com for example.
  2. no persistent in-memory executables needed
  3. thin layer, it doesn't try to do too much.
  4. can do MVC model if you wish
  5. 100% scheme - no mixing html + scheme needed
  6. Can be fully Compiled. Makes it a bit harder for someone to hack when on shared hosting since there are no text files for the views, all are .so files.

You can see my project under development that uses stml at https://www.kiatoa.com/cgi-bin/kiatoanew. If stml is of interest to you let me know and I'll put some effort into making it available as an egg and add some documentation.

Snip of code for the index: