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

Marko

< >

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

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

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>
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll