Fork me on GitHub
#clojure-spec
<
2016-11-06
>
hiredman00:11:24

so, anyone write a spec -> gloss codec compiler yet?

keithsparkjoy01:11:06

Works fine if I define it all on one line, but include the newline and the repl chokes.

keithsparkjoy01:11:15

Curious if anyone has experienced this or if it’s just me?

keithsparkjoy01:11:50

Trying to use the new map literal syntax with clojure.spec, which is why I’m asking here...

keithsparkjoy01:11:47

The error I get is java.lang.RuntimeException: Unmatched delimiter: )

madstap14:11:15

@keithsparkjoy Works for me on alpha14

keithsparkjoy16:11:32

Okay must be something about my environment. Thanks for trying.