Fork me on GitHub
#hoplon
<
2015-09-06
>
onetom16:09:46

micha: im reading this article: https://css-tricks.com/the-debate-around-do-we-even-need-css-anymore/ then we talked about ((div :class "static") :class (cell= {:dynamic (expr)})) mixing issue. in the past u mentioned u were thinking about handling the styling similarly to how hlisp handles the dom. what's the biggest problem such a solution faces?

micha16:09:42

well i guess i just don't know enough of the big picture

micha16:09:03

like i dont fully understand how things like bootstrap are put together conceptually

micha16:09:12

like which concerns are orthogonal and which are not

micha16:09:42

the result seems hopelessly filled with special cases and arbitrary coupling between dom structure and css rules

micha16:09:55

with the consequence that special cases in code explodes

onetom16:09:08

ah, so what's primarily is missing is the implementation of a sizable css framework, to explore the idea, right?

micha16:09:34

well i just need to take some courses or something from people who are experts at the current art

micha16:09:56

so they can explain to me the tricks they use, and how all the various tricks relate to each other

micha16:09:29

then we can boil it down to orthogonal concerns and build abstractions around it

xificurC18:09:39

@micha: by the way, yesterday's (-> md-parsed js/jQuery .get vec) can actually be :html md-parsed

xificurC18:09:12

browsed through the hoplon core cljs simple_smile

micha19:09:54

@xifi: oh! derpty doo

micha19:09:06

forgot about that lil guy!