core-typed

Prashant 2022-06-04T09:18:01.967289Z

Hi, I was curious if there's a way to enable at run time annotation check, e.g. for parsing JSON at runtime? I guess the runtime type checking would be similar to this https://www.youtube.com/watch?v=HQidWfemPgA @ambrosebs did years ago. or is that something for which, Specs or Malli are better suited (and maybe leverage the integration w/ Typed Clojure)? PS: I did try addiing ^:core.typed and {:lang :core.typed} to namespace, but it didn't work like the typed REPL in video

2022-06-06T16:33:00.489339Z

> or is that something for which, Specs or Malli are better suited (and maybe leverage the integration w/ Typed Clojure)? That's the plan at the moment.

👍 1