{"id":16411148,"url":"https://github.com/phoe/destructuring-bind-star","last_synced_at":"2026-03-04T04:01:57.866Z","repository":{"id":111724192,"uuid":"150797878","full_name":"phoe/destructuring-bind-star","owner":"phoe","description":"DESTRUCTURING-BIND with proper error signaling","archived":false,"fork":false,"pushed_at":"2020-04-30T06:44:33.000Z","size":8,"stargazers_count":13,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T04:27:13.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-28T21:49:01.000Z","updated_at":"2024-01-29T16:02:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"08e27d95-b775-4651-b0cc-6d8155b008c1","html_url":"https://github.com/phoe/destructuring-bind-star","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phoe/destructuring-bind-star","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fdestructuring-bind-star","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fdestructuring-bind-star/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fdestructuring-bind-star/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fdestructuring-bind-star/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoe","download_url":"https://codeload.github.com/phoe/destructuring-bind-star/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fdestructuring-bind-star/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T06:44:41.347Z","updated_at":"2026-03-04T04:01:57.839Z","avatar_url":"https://github.com/phoe.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DESTRUCTURING-BIND*\n\nThe standard `DESTRUCTURING-BIND` signals an error of type `ERROR` when the\ndestructuring fails. That's not too specific of a condition if you want to catch\nspecifically destructuring errors, eh?\n\nThe macro `DESTRUCTURING-BIND*` available from this system instead signals\na custom error of type `DESTRUCTURING-ERROR` which contains readers for the\nexpression that was attempted to be destructured, the lambda-expression that\nwas destructured against, and the original error that was signaled during\ndestructuring.\n\n## Exports\n\n  * **Macro `DESTRUCTURING-BIND*`**\n  * **Condition Type `DESTRUCTURING-ERROR`**\n    * **Reader `LAMBDA-LIST`**\n    * **Reader `EXPRESSION`**\n    * **Reader `REASON`**\n\n## Usage\n\nEither use the `DESTRUCTURING-BIND-STAR` package and call the\n`DESTRUCTURING-BIND*` macro, or shadow the `DESTRUCTURING-BIND` symbol and:\n\n```common-lisp\n(setf (macro-function 'destructuring-bind)\n      (macro-function 'destructuring-bind-star:destructuring-bind*))\n```\n\n## MIT License\n\nCopyright © 2018 Michał \"phoe\" Herda.\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the “Software”), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fdestructuring-bind-star","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoe%2Fdestructuring-bind-star","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fdestructuring-bind-star/lists"}