Skip to content

Instantly share code, notes, and snippets.

@jinjor
Created October 30, 2014 17:15
Show Gist options
  • Save jinjor/a3a2876f0a01a4ce3b57 to your computer and use it in GitHub Desktop.
Save jinjor/a3a2876f0a01a4ce3b57 to your computer and use it in GitHub Desktop.
GUI言語のスペック案
todos = [{name: 'foo'}, {name: 'bar'}];
main = <ul>{{map(todos, todo => <li>{{ todo.name }}</li>)}}</ul>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment