Created
October 30, 2014 17:15
-
-
Save jinjor/a3a2876f0a01a4ce3b57 to your computer and use it in GitHub Desktop.
GUI言語のスペック案
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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