immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
ul 2015-09-30T07:48:44.000105Z

@colin.yates: not sure if it is good example (and also it could be outdated), but immutant & boot & cljs here: https://bitbucket.org/ul/runes24

ul 2015-09-30T07:49:13.000107Z

deps are put into project.clj to play nice with Cursive

ul 2015-09-30T07:49:42.000108Z

and then parsed in build.boot

colin.yates 2015-09-30T07:50:02.000109Z

@ul - just sat dow for breakfast and this popped up - what a great start to the day - thanks :simple_smile:

ul 2015-09-30T07:50:26.000110Z

have a nice day, hope my example will help

colin.yates 2015-09-30T07:55:28.000111Z

hey - hoplon too :simple_smile:

ul 2015-09-30T07:57:55.000112Z

i guess it was the first project using boot2 and hoplon6

ul 2015-09-30T07:58:15.000113Z

i started porting hoplon to boot2 to make runes24

ul 2015-09-30T07:58:46.000114Z

then micha and alan polished and extended hoplon6

ul 2015-09-30T08:00:21.000117Z

it gets better and better

ul 2015-09-30T08:01:04.000118Z

i wish to use it again (right now I'm doing big project with Om + custom Re-frame fork)

ul 2015-09-30T08:01:38.000119Z

and miss some very nice things from hoplon, even trying to reimplement them over existing architecture )))

colin.yates 2015-09-30T08:53:45.000121Z

I used Om as my on-ramp to ClojureScript and it was great, then reagent, then re-frame now I am looking at hoplon. I did notice that pure rendering performance in hoplon is significantly slower for large changes (e.g. a table with 1000 cells of random data) - react is a piece of joy there.

colin.yates 2015-09-30T08:54:15.000122Z

I have moved from re-frame back to reagent but they are both great projects