DISQUS

DISQUS Hello! Phil Dawes' Stuff is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Really simple html templating in factor

Started by phildawes · 9 months ago

I’m currently building an early release of the webapp database project I’ve been working on in my spare time. The app is predictably written in factor which has a neat deployment mechanism: you create an image file with just the compiled code that you need to run the app an ... Continue reading »

2 comments

  • Have you seen Haml? It's a templating language that makes some complex control stuff with HTML or XML look good. I'm not really sure how it would integrate with Factor evaluation methods though.

    http://haml.hamptoncatlin.com/
  • Phil, by sheer coincidence, Doug Coleman (erg) implemented something similar in extra/interpolate. He's using it to construct SQL stored procedures, IIRC. Perhaps you could look at his code for ideas, or merge your efforts? On a related note, I'd love to have your work (possibly after refactoring it to use 'interpolate') in the repository under basis/html/templates/simple, or something like that. Having more options for templating is always good.

Add New Comment

Returning? Login