Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
Metosin
- Tampere, Finland
- Sign in to view email
- https://twitter.com/ikitommi
Pinned
1,125 contributions in the last year
Contribution activity
August 2019
Created a pull request in metosin/malli that received 3 comments
Implement :fn schema (WIP)
Current status:
(m/validate [:fn '#(and (int? %) (< 10 % 18))] 12)
; => true
also renamed :problems into :errors
TODO:
list safe symbols so all…
+175
−63
•
3
comments
Created an issue in borkdude/sci that received 6 comments
Support for evaluating direct source code & fn*
Would be great if sci also supported also unqualified source code as input, maybe sci.core/eval? Currently, a hop via pr-str is needed. Also, fn* i…
6
comments
- Tools for programming with Schemas
- Merge `:map` and `:map-of`
- Multiple syntaxes for defining Schemas?
- Define a `:type` for all schemas
- Add `:map-of` Schema
- Derive schemas out of value, e.g. schema-provider
- Pretty validation errors - for end users
- Support Custom Error Messages
- Decision: Open or Closed maps by default?
- Add `:enum` Schema
- Add `:maybe` Schema
- Database schema generations
- Generate Specs out of Malli definitions
- Decision: support core predicates or just keyword types?