|
|
|
|
|
by istvan__
4004 days ago
|
|
I think it is one of the best stacks out there for web. Check out this: https://github.com/bhauman/flappy-bird-demo It uses figwheel for the dynamic changes of state when you change to code, and it renders it without reload ala Bret Victor style. The first time I saw it I was amazed. It speeds up prototyping so much. The out of the box performance is decent as well, Ring and Hiccup is pretty lean but you can go for more heavy frameworks (I don't have any experience with those). I personally use Reagent + Ring, found it easy to use and get productive in a day. If you haven't used LISP or any homoiconic language before it might look little weird at first but I found it easy to explain to people. About the toy part, what is your definition of toy? |
|