Earlier quoted context omitted.
“Reajure” might be better. Halfway between “reassure” and “erasure”.
Leiningen will actually complain with this message if you try to make a project name that is too 'punny': Sorry, names such as clojure or *jure are not allowed. If you intend to use this name ironically, please set the LEIN_IRONIC_JURE environment variable and try again. edit: this did not stop me from starting such a project https://github.com/tomjakubowski/dujure
Cloact: Minimalistic React for ClojureScript
31–40 of 45 posts
Re: Cloact: Minimalistic React for ClojureScript
#32Sorry for the noob question, but: does this take the place of Hiccup? Or, would one use both at the same time?
https://github.com/teropa/hiccups - Basically a straight port of hiccup to ClojureScript.
https://github.com/ibdknox/crate - Returns dom nodes instead of strings.
https://github.com/lynaghk/singult - Works in Clojure or ClojureScript and offers live merging of nodes into the dom.
https://github.com/Prismatic/dommy - Dommy is more than just templating but offers a hiccup style templating language too.
And I'm sure there are others.
Re: Cloact: Minimalistic React for ClojureScript
#33Re: Cloact: Minimalistic React for ClojureScript
#34I can't see that word without thinking of Cloaca. Cloaca. If you don't know what it is, you should. Cloaca.
My mother language is Spanish, and to be honest the first time i read the name i was thinking the word "cloth" or "coat" instead "cloaca".
They mean THIS cloaca: https://en.wikipedia.org/wiki/Cloaca
Re: Cloact: Minimalistic React for ClojureScript
#35Earlier quoted context omitted.
My mother language is Spanish, and to be honest the first time i read the name i was thinking the word "cloth" or "coat" instead "cloaca".
Beware: you might be understanding cloaca as sewer (alcantarilla). They mean THIS cloaca: https://en.wikipedia.org/wiki/Cloaca
Re: Cloact: Minimalistic React for ClojureScript
#36Re: Cloact: Minimalistic React for ClojureScript
#37While I haven't had any time to play with ClojureScript, Om, React, etc. I've been keeping a pretty watchful eye, because the stack looks very appealing. One bit that doesn't look appealing to me in Om, or Cloact is the tree-building. Is there anything in ClojureScript and React right now that will let me build templates in HTML and attach functionality via attributes Angular-style?
As I suggest below I don't see why you could not compile to Om or Cloact from HTML for a friendlier presentation for designers. Still I don't think Cloact nor Om DOM syntax is particularly unapproachable for designers - I think we need some good documentation and some compelling, friendly walk-through demos (Light Table anyone? :)
Re: Cloact: Minimalistic React for ClojureScript
#38While I haven't had any time to play with ClojureScript, Om, React, etc. I've been keeping a pretty watchful eye, because the stack looks very appealing. One bit that doesn't look appealing to me in Om, or Cloact is the tree-building. Is there anything in ClojureScript and React right now that will let me build templates in HTML and attach functionality via attributes Angular-style?
As I suggest below I don't see why you could not compile to Om or Cloact from HTML for a friendlier presentation for designers. Still I don't think Cloact nor Om DOM syntax is particularly unapproachable for designers - I think we need some good documentation and some compelling, friendly walk-through demos (Light Table anyone? :)
It's not just designers who appreciate using declarative markup over programmatic syntax! Of all the people who might understand this, I'd have thought you would be the first in line (as a fan of your work on core.logic and inspiring me to learn prolog)!
Re: Cloact: Minimalistic React for ClojureScript
#39Earlier quoted context omitted.
As I suggest below I don't see why you could not compile to Om or Cloact from HTML for a friendlier presentation for designers. Still I don't think Cloact nor Om DOM syntax is particularly unapproachable for designers - I think we need some good documentation and some compelling, friendly walk-through demos (Light Table anyone? :)
> Still I don't think Cloact nor Om DOM syntax is particularly unapproachable for designers It's not just designers who appreciate using declarative markup over programmatic syntax! Of all the people who might understand this, I'd have thought you would be the first in line (as a fan of your work on core.logic and inspiring me to learn prolog)!
Re: Cloact: Minimalistic React for ClojureScript
#40Earlier quoted context omitted.
> Still I don't think Cloact nor Om DOM syntax is particularly unapproachable for designers It's not just designers who appreciate using declarative markup over programmatic syntax! Of all the people who might understand this, I'd have thought you would be the first in line (as a fan of your work on core.logic and inspiring me to learn prolog)!
I find the React approach very declarative. Certainly competitive with most of the templating systems I've used, few of which I can speak very highly of :)
I'm not trying to be too non-constructive critical here, I fully admit I haven't tried Om/React, just looked at your blog post about it. So what am I missing?