This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-18
Channels
- # admin-announcements (3)
- # arachne (8)
- # beginners (55)
- # boot (51)
- # cbus (1)
- # cider (15)
- # cljs-dev (5)
- # cljsrn (8)
- # clojure (203)
- # clojure-austin (2)
- # clojure-belgium (12)
- # clojure-boston (6)
- # clojure-czech (47)
- # clojure-dusseldorf (14)
- # clojure-estonia (1)
- # clojure-greece (42)
- # clojure-japan (2)
- # clojure-poland (4)
- # clojure-russia (97)
- # clojure-sg (5)
- # clojure-uk (41)
- # clojurescript (122)
- # code-reviews (4)
- # component (3)
- # core-matrix (19)
- # cursive (25)
- # datomic (16)
- # devcards (24)
- # editors (6)
- # euroclojure (1)
- # hoplon (88)
- # immutant (3)
- # incanter (4)
- # jobs (5)
- # keechma (1)
- # luminus (1)
- # om (44)
- # onyx (22)
- # parinfer (3)
- # planck (1)
- # proton (3)
- # re-frame (5)
- # reagent (30)
- # ring (2)
- # spacemacs (1)
- # untangled (92)
- # yada (1)
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. :-)
it just won’t look good. If you want to write front end, you have to learn some css. No way around that.
@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.
@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!