clojure-austin

https://www.meetup.com/Austin-Clojure-Meetup/
2017-01-20T17:09:53.000148Z

about to kick off a clojurescript project for a prototype UI for a project at work!

2017-01-20T17:10:03.000149Z

found https://github.com/bhauman/figwheel-template

2017-01-20T17:10:28.000151Z

Now thinking about om vs reagent. Have no idea about rum

2017-01-20T17:10:43.000152Z

I recommend against om

2017-01-20T17:11:21.000153Z

om isn’t supported and om.next may be genius but I just can’t figure it out

2017-01-20T17:11:55.000154Z

@dar is (or will soon be) using rum for something

2017-01-20T17:12:04.000155Z

reagent might be the safest choice

2017-01-20T17:20:24.000156Z

thanks, Norman

clojuregeek 2017-01-20T17:26:55.000157Z

Yeah reagent !!

gdeer81 2017-01-20T19:29:32.000158Z

when it comes to frontend frameworks, clojurescript community creates at least 5 wrappers for every js framework that comes out

gdeer81 2017-01-20T19:29:39.000159Z

so you definitely have options

clojuregeek 2017-01-20T19:36:29.000160Z

yet .. then we tried to make another web framework (arachne) people have to have fits on “why need another framework? we have luminus”

gdeer81 2017-01-20T19:42:49.000161Z

Nobody remembers Caribou, I think it was supposed to be like Rails with the way it had the database stuff kinda done for you and an admin interface to let your users add new things themself

gdeer81 2017-01-20T19:44:44.000162Z

I abused that model to let my users manage product data for their site. They never paid me so I burned it all to the ground anyway, but it was interesting

gdeer81 2017-01-20T19:47:17.000163Z

Speaking of Arachne, today was supposed to be the alpha release date

gdeer81 2017-01-20T19:48:20.000164Z

@clojuregeek aren't you on the steering group?

2017-01-20T19:58:08.000165Z

Yes, and she’s giving us a talk on it next month.

gdeer81 2017-01-20T19:59:55.000166Z

oh cool

2017-01-20T20:47:22.000167Z

I don’t really care for luminus. I’m curious what arachne will bring to the table. The only thing that has troubled me is that I heard somewhere that it might be resurrecting some pedestel things. That’s not a direction I want to go, but I’m certainly willing to take a look when there’s something to see.

gdeer81 2017-01-20T20:49:52.000168Z

I didn't get too familiar with pedestal so I'm not sure what interceptors are but it sounds like request/response wrapping to me

gdeer81 2017-01-20T20:50:25.000169Z

that's the only time I heard Luke mention pedestal in the kickstarter presentation