Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lukaszkorecki
15 days ago
|
parent
|
context
|
favorite
| on:
Clojure 1.13 adds support for checked keys
For me it solves a real issue, a lot of the code that I work on looks like this:
(defn foo [{:keys [a b c] :or {a 1}] {:pre [(some? b) (some? c]} .....
having `:keys!` will automatically remove the need for `:pre`
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: