yada

jmckitrick 2018-03-07T21:33:39.000447Z

Hi all. I just cloned yada and I’m following the directions for the demo:

jmckitrick 2018-03-07T21:33:43.000387Z

(dev)

jmckitrick 2018-03-07T21:33:49.000369Z

And I’m getting errors:

jmckitrick 2018-03-07T21:34:02.000378Z

Reflection warning....

jmckitrick 2018-03-07T21:34:16.000401Z

Concluding with:

jmckitrick 2018-03-07T21:34:18.000177Z

CompilerException java.lang.RuntimeException: Invalid token: ::yada.dev.manual/index, compiling:(yada/dev/web_server.clj:29:61)

danielcompton 2018-03-07T21:37:50.000334Z

@jmckitrick https://github.com/juxt/yada/pull/221

danielcompton 2018-03-07T21:38:12.000051Z

I think that that syntax worked at one point in time (though possibly only ever as a bug, not as part of the spec), I remember Cider had a similar issue at one point

danielcompton 2018-03-07T21:38:29.000625Z

Just made a PR to fix it

jmckitrick 2018-03-07T21:44:10.000087Z

Hmm, ok. I’ll try that locally…

jmckitrick 2018-03-07T21:45:38.000585Z

So we got Clojure in the door at our Scala shop, and we’re going to start with some microservices. I’m considering yada and compojure-api, among others….

jmckitrick 2018-03-07T21:46:07.000379Z

Any advocacy I can take back to my team? 😉

danielcompton 2018-03-07T21:57:50.000205Z

I'd recommend starting with juxt/edge

danielcompton 2018-03-07T21:58:02.000291Z

That's a pretty good template to hit the ground running with

1