This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Is it intentional that s/valid? can throw? should it return false in case the validation fails on exception?
s/valid?
false
e.g.
(s/valid? empty? 1) ; Syntax error (IllegalArgumentException) ; Don't know how to create ISeq from: java.lang.Long