[ClojureScript] Re: Inconsistency in creating keywords

2018-03-02 Thread AndyR
You should be extra careful in CLJS when creating keywords with multiple slashes. They currently behave different from CLJ. Logged here: https://dev.clojure.org/jira/browse/CLJS-2120 On Thursday, March 1, 2018 at 1:14:34 PM UTC+1, outr...@gmail.com wrote: > > I've encountered a problem when

Re: [ClojureScript] ANN: re-frame-10x: Become 10x more productive developing re-frame applications

2018-03-02 Thread Alan Moore
Are you asking about my project or the “this” in my response? For the later I was referring to the OP’s announcement of: https://github.com/Day8/re-frame-10x The project I’m working on includes a ClojureScript front end for a software cooperative (Co-op Source) which I’d be happy to discuss

Re: [ClojureScript] ANN: re-frame-10x: Become 10x more productive developing re-frame applications

2018-03-02 Thread gvim
On 21/02/2018 16:22, Alan Moore wrote: This looks really nice! I have to admit there are times when I have had to dig around quite a bit to find where my reframe app was going wrong. This should make that process 10x easier. ;-) Alan What does "this" refer to? A book, video, course? gvim

[ClojureScript] Re: Inconsistency in creating keywords

2018-03-02 Thread Alex Miller
There's actually a lot of history and several open tickets about this specific question of whether keywords can start with a digit. The original intent (and the reader reference page) is that it would match symbols in that leading digits are not allowed. However, there is a bug in the regex

[ClojureScript] Switching spec asserts on and off (at compile time)

2018-03-02 Thread Tom Locke
I'm using a fairly typical build setup with figwheel and lein, and running a repl inside Cursive. Does anyone have a nice solution for (re)building the project with *compile-asserts* either on or off? According to the docs it's "Initially set to boolean value of clojure.spec.compile-asserts