Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
bsmr
/
clojure---clojure
Public
forked from
clojure/clojure
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 10, 2026
in map destructuring:
Show description for a14e9d5
richhickey
committed
a14e9d5
View commit details
Copy full SHA for a14e9d5
Browse repository at this point
Commits on Jul 9, 2026
move :or :as to top level map destructuring directive :defaults name, that binds ‘name’ to a map of bound keys to their default values. Bump to matching core.specs
richhickey
committed
4a892e2
View commit details
Copy full SHA for 4a892e2
Browse repository at this point
CLJ-2966: validate entries are bound in :or when using :as
richhickey
committed
d7ea4c2
View commit details
Copy full SHA for d7ea4c2
Browse repository at this point
update to latest core.specs.alpha
puredanger
committed
b34d736
View commit details
Copy full SHA for b34d736
Browse repository at this point
CLJ-2966: prevent multi-eval of default exprs
richhickey
committed
208443a
View commit details
Copy full SHA for 208443a
Browse repository at this point
CLJ-2966 Adds :or directive - `:as name`, that binds ‘name’ to a map of bound _keys_ to their default values.
richhickey
committed
fd65f03
View commit details
Copy full SHA for fd65f03
Browse repository at this point
Commits on Jul 7, 2026
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
53b73bc
View commit details
Copy full SHA for 53b73bc
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha3
clojure-build
committed
8841588
View commit details
Copy full SHA for 8841588
Browse repository at this point
CLJ-2964: Added test for :select map destructuring directive.
Show description for bea4823
fogus
authored and
puredanger
committed
bea4823
View commit details
Copy full SHA for bea4823
Browse repository at this point
CLJ-2929 zipper - fix typo in docstring
Show description for 13b2a20
puredanger
committed
13b2a20
View commit details
Copy full SHA for 13b2a20
Browse repository at this point
CLJ-2901 Fix docstrings for bytes, chars, shorts functions
Show description for eb3adad
puredanger
committed
eb3adad
View commit details
Copy full SHA for eb3adad
Browse repository at this point
clj-2811 Correct scalb docstring
Show description for 3bc3500
JarrodCTaylor
authored and
puredanger
committed
3bc3500
View commit details
Copy full SHA for 3bc3500
Browse repository at this point
CLJ-2809 Move docstring line from clojure.math/floor to ceil
Show description for fe33d6a
puredanger
committed
fe33d6a
View commit details
Copy full SHA for fe33d6a
Browse repository at this point
CLJ-2781 change the doc strings for clojure.test/report
Show description for cd3e9f6
matheusfrancisco
authored and
puredanger
committed
cd3e9f6
View commit details
Copy full SHA for cd3e9f6
Browse repository at this point
CLJ-2958 Implement ILookup on sets
Show description for 21d44e7
puredanger
committed
21d44e7
View commit details
Copy full SHA for 21d44e7
Browse repository at this point
CLJ-1789 Use transients and reduce in select-keys
Show description for dfbe09a
slipset
authored and
puredanger
committed
dfbe09a
View commit details
Copy full SHA for dfbe09a
Browse repository at this point
CLJ-2902
Show description for 1786de6
JarrodCTaylor
authored and
puredanger
committed
1786de6
View commit details
Copy full SHA for 1786de6
Browse repository at this point
CLJ-2801: Add print-dup for TaggedLiteral
Show description for e6e7ca1
NoahTheDuke
authored and
puredanger
committed
e6e7ca1
View commit details
Copy full SHA for e6e7ca1
Browse repository at this point
CLJ-2269
Show description for c1ce241
JarrodCTaylor
authored and
puredanger
committed
c1ce241
View commit details
Copy full SHA for c1ce241
Browse repository at this point
Commits on Jul 6, 2026
update core.specs.alpha to include :select specs
puredanger
committed
f7e2999
View commit details
Copy full SHA for f7e2999
Browse repository at this point
Commits on Jul 3, 2026
Added :select directive to map destructuring. {... :select x ...} binds x to a subset of the map being destructured containing only the keys mentioned (anywhere) in the binding form. Prevent multip…
Show description for 7ce4c97
richhickey
committed
7ce4c97
View commit details
Copy full SHA for 7ce4c97
Browse repository at this point
RT.map, and thus reader, tracks new PAM thresholds
richhickey
committed
34a8e43
View commit details
Copy full SHA for 34a8e43
Browse repository at this point
Commits on Jul 2, 2026
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
a1be121
View commit details
Copy full SHA for a1be121
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha2
clojure-build
committed
bf1aafe
View commit details
Copy full SHA for bf1aafe
Browse repository at this point
Revert "update pom plugins to latest versions"
Show description for 59a3ac9
puredanger
committed
59a3ac9
View commit details
Copy full SHA for 59a3ac9
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
clojure-build
committed
4047e3c
View commit details
Copy full SHA for 4047e3c
Browse repository at this point
[maven-release-plugin] prepare release clojure-1.13.0-alpha1
clojure-build
committed
f7e0555
View commit details
Copy full SHA for f7e0555
Browse repository at this point
update pom plugins to latest versions
puredanger
committed
02e9b27
View commit details
Copy full SHA for 02e9b27
Browse repository at this point
CLJ-2961: Added test for :keys/:syms/:strs bang variants, binding and not, nested, and with varying qualifications.
Show description for 8fdb472
fogus
authored and
puredanger
committed
8fdb472
View commit details
Copy full SHA for 8fdb472
Browse repository at this point
Commits on Jun 30, 2026
Update dep versions
puredanger
committed
b329006
View commit details
Copy full SHA for b329006
Browse repository at this point
Commits on Jun 29, 2026
CLJ-2954 let/loop/let* - disallow & as local binding
Show description for 58caca5
puredanger
committed
58caca5
View commit details
Copy full SHA for 58caca5
Browse repository at this point
Commits on Jun 24, 2026
better message when missing key is a string
richhickey
committed
1c9fb16
View commit details
Copy full SHA for 1c9fb16
Browse repository at this point
drop kw requirement for non-binding entries in keys et al
richhickey
committed
cca3f4b
View commit details
Copy full SHA for cca3f4b
Browse repository at this point
WIP - refactor destructure, add support for non-binding entries after '&' (must be keywords), add checked variants :keys!/:syms!/:strs! that lookup using req!
richhickey
committed
3c856dc
View commit details
Copy full SHA for 3c856dc
Browse repository at this point
Commits on Jun 22, 2026
CLJ-2891 Remove ACC_FINAL designation from ration of static initializer constants
Show description for 260525c
JarrodCTaylor
authored and
puredanger
committed
260525c
View commit details
Copy full SHA for 260525c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.