Overview

Artifact ID: 3a0ff84f763529de60bd3f97613d4a85c0a140dc
Page Name:stml
Date: 2015-12-28 03:34:34
Original User: matt
Parent: 2da6bb4f0cded892d60a5ab6694addc19991e6b4 (diff)
Next 452f5a4b24821c5ad1a725c2a6aa706b0f003746
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: