Measures Concepts
GitHub icon

plot

plot - Template language

< >

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

Source code:
git clone https://github.com/JohnSundell/Plot
#874on 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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout