clojure-sg

http://www.meetup.com/Singapore-Clojure-Meetup/
2016-04-25T01:27:35.000009Z

Do we have ruby/rails developer in the group? Could we have a dojo and to develop a web app with both ruby & clojure? And compare the pros & cons?

jethroksy 2016-04-25T02:13:51.000010Z

There's some discussion about that here: https://www.reddit.com/r/Clojure/comments/4f658a/the_state_of_clojure_web_development/

gabehollombe 2016-04-25T12:52:08.000012Z

@sniperliuhao: I have many years of experience as a Rails dev

gabehollombe 2016-04-25T12:52:22.000013Z

And would be happy to be a resource to the group for discussing such things 😃

gabehollombe 2016-04-25T12:52:57.000015Z

@jethroksy: yes, I also read https://yogthos.net/posts/2016-04-17-state-of-web-clj-dev.html recently

gabehollombe 2016-04-25T12:53:09.000016Z

(In response to the Arachne kickstarter which is getting attention)

jethroksy 2016-04-25T12:59:21.000017Z

@gabehollombe: indeed, as someone who has recently built a web app in clojure I can attest that I spend 80% of my time swapping out libraries and seeing which is the best fit 😛

jethroksy 2016-04-25T13:00:32.000018Z

the steering group is comprised of many experienced clojure devs, and I'm eager to see what they come up with

2016-04-25T13:41:47.000019Z

@gabehollombe: that's great! Could we think an interesting thing to develop? Or some web apps you have developed. And we do a dojo to re-implement in clojure.

2016-04-25T13:44:20.000020Z

@gabehollombe: you might give an app which is easier with ruby rails. And another which is difficult for ruby. We could try in clojure.

gabehollombe 2016-04-25T13:50:37.000021Z

Good thoughts. Are you coming to the Onyx dojo on May 3?

2016-04-25T13:52:06.000022Z

@jethroksy: we could try some framework like Luminus, caribou etc. and avoid swapping libs too often. If needed, we even could compose a framework.

2016-04-25T13:52:59.000023Z

@gabehollombe: yes. Definitely will come. We could discuss.

gabehollombe 2016-04-25T13:59:31.000024Z

great!

jethroksy 2016-04-25T14:07:32.000025Z

Luminus is good for dojos because the libraries are preselected. Caribou doesn't seem to be actively maintained anymore unfortunately. I ended up putting together something with bidi, yada and aleph, but that's personal preference.