arachne

Project Page: http://arachne-framework.org/ Kickstarter: https://www.kickstarter.com/projects/1346708779/arachne-rapid-web-development-for-clojure
gowder 2016-04-18T15:54:24.000078Z

This seems really cool. My only request: please please please please please include a dead-simple API with abstractions for the front end. My dream is to be able to write a web application without all the hellish dom manipulation stuff, and even without CSS, and have it just work. :-)

roberto 2016-04-18T16:06:16.000081Z

you can write a web app with css

roberto 2016-04-18T16:06:35.000082Z

it just won’t look good. If you want to write front end, you have to learn some css. No way around that.

luke 2016-04-18T17:22:29.000085Z

@gowder: “Dead simple” is the goal. Not sure if I’ll be able to remove CSS from the equation entirely, though… it’s pretty deeply baked into web development. But at the very least you’ll be able to use CSS templates provided by other people (Bootstrap CSS, as one example) rather than writing your own from scratch.

😀 1
2016-04-18T18:08:34.000086Z

@luke super exciting project! the config-as-data stuff you talked about kinda reminds me of @weavejester’s duct framework. I can’t wait to see some code!

2016-04-18T18:09:16.000088Z

good luck! godspeed! etc!

2016-04-18T18:22:56.000089Z

that every clojure developer has their own template/framework is on one hand a testament to clojure’s power

2016-04-18T18:23:23.000090Z

but on the other hand, a total obstacle towards noob-friendliness/standardization/compatibility