clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
macrobartfast 2020-12-19T00:29:28.376700Z

Forgive me for a slightly off topic question… but it does relate to my ability to stay connected to the cljs crew. I have a free Slack account and can’t search through our messages here… I can’t understand the Slack billing model… do I have to pay the $6.67 per month per community (i.e. Clojurians) or does their basic membership cover other communities? If one was part of 20 Slack communities (I’m not sure what to call them… aggregates of channels on a topic) is one supposed to pay 20 * 6.67 or 133 a month?

macrobartfast 2020-12-19T00:29:56.377100Z

Can’t wrap my head around how I should approach this.

macrobartfast 2020-12-19T00:30:35.377500Z

I’m probably not understanding the billing model.

2020-12-19T00:44:18.377700Z

All messages here should be logged on http://clojurians.zulipchat.com, which has free unlimited searchable history.

2020-12-19T00:45:20.377900Z

If Slack has a new billing model, then I'd be interested to hear about it, but last I checked with them a year or so ago, the only way to make Clojurians Slack searchable would be to pay a monthly fee based on number of active users, then everyone would get searchability, but if no one foots that bill, then no one gets searchability.

2020-12-19T00:47:31.378100Z

The bill is somewhere over $1,000 per month for current number of active users, based on a recent message here from Sean Corfield that is still visible on Slack: https://app.slack.com/client/T03RZGPFR/C0CB40N8K/thread/C0CB40N8K-1608234821.118900

macrobartfast 2020-12-19T02:16:45.378300Z

thank you for that information!

macrobartfast 2020-12-19T02:17:04.378600Z

so, it’s all worse than I thought.

macrobartfast 2020-12-19T02:17:32.378800Z

wow… pretty terrible then that open source communities are adopting Slack.

macrobartfast 2020-12-19T02:18:46.379Z

but I get the handy nature of Slack. That said, IRC was fine.

2020-12-19T02:25:34.379200Z

As I said, at least for Clojurians Slack, the messages are searchable for about the last several years, if you know where to look. There are advantages to Slack, not only disadvantages, so it is somewhat in the eye of the beholder whether the situation is terrible.

macrobartfast 2020-12-19T03:08:08.379400Z

My choosing the word ‘terrible’ was unnecessary. There are definitely advantages! Just an old FOSS fan here . 😉

clyfe 2020-12-19T12:29:43.380Z

Weird how lein-cljsbuild builds ok and plain cljs.main fails. Details in thread.

clyfe 2020-12-19T12:30:36.380100Z

git clone <https://github.com/clyfe/clara-eav.git>
cd clara-eav
lein test-cljs # builds fine, tests pass
clj -A:test -m cljs.main -c clara-eav.test-runner # compilation fails

clyfe 2020-12-19T12:31:16.380300Z

Failure: "No namespace: clara-eav.rules-test found" Boils to: ns-name calling clojure's the-ns instead clojurescript's ".-name"

clyfe 2020-12-19T12:32:39.380500Z

Trace: