Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

plot

< >

plot is a template language created in 2019 by John Sundell.

Source code:
git clone https://github.com/JohnSundell/Plot
#951on PLDB 5Years Old

A DSL for writing type-safe HTML, XML and RSS in Swift.


Example from the web:
let html = HTML( .head( .title("My website"), .stylesheet("styles.css") ), .body( .div( .h1("My website"), .p("Writing HTML in Swift is pretty great!") ) ) )

View source

- Build the next great programming language About Acknowledgements Extensions Day 625 feedback@pldb.io