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 from the index of Kiatoa.com:

BACK: Back to index of opensrc