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

Marko

< >

Marko is an open source text markup language created in 2014.

#252on PLDB 10Years Old 101Repos
Download source code:
git clone https://github.com/marko-js/marko

A declarative, HTML-based language that makes building web apps fun


Example from Linguist:
$ var name = 'Frank'; $ var colors = ['red', 'green', 'blue']; <h1> Hello ${name}! </h1> <ul if(colors.length)> <li style={color: color} for(color in colors)> ${color} </li> </ul> <div else> No colors! </div>

View source

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