Fork me on GitHub
#juxt
<
2017-10-05
>
mpenet14:10:55

trying to get a list of all possible routes flattened: shouldn't this be possible with route-seq? it seems to hang forever when pass it my routes

mpenet15:10:03

;; This is a very common form, so we're conservative as a defence against injection attacks.
  (segment-regex-group [_] "[A-Za-z0-9\\-\\_\\.]+")

dominicm20:10:12

That's what route-seq is about, yep!

dominicm20:10:19

We use it for that in fact.