Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Plot

< >

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

#875on PLDB 5Years Old
Download source code:
git clone https://github.com/JohnSundell/Plot
Source Code

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!") ) ) )

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0