{"id":22375870,"url":"https://github.com/stylewarning/defrec","last_synced_at":"2026-01-05T19:46:21.705Z","repository":{"id":236852838,"uuid":"625691717","full_name":"stylewarning/defrec","owner":"stylewarning","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-09T22:18:33.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T23:34:10.450Z","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":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stylewarning.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-09T22:07:20.000Z","updated_at":"2023-04-09T22:18:37.000Z","dependencies_parsed_at":"2024-04-29T00:08:22.297Z","dependency_job_id":"3bdca873-c797-4847-b97f-cc9b3cac21bd","html_url":"https://github.com/stylewarning/defrec","commit_stats":null,"previous_names":["stylewarning/defrec"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Fdefrec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Fdefrec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Fdefrec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylewarning%2Fdefrec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylewarning","download_url":"https://codeload.github.com/stylewarning/defrec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708990,"owners_count":20659625,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-12-04T21:28:03.363Z","updated_at":"2026-01-05T19:46:21.661Z","avatar_url":"https://github.com/stylewarning.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"                                DEFREC\n                                ------\n\n                           By Robert Smith\n\n\nDEFREC is a library for defining \"top-level\" mutually recursive\nfunctions.\n\nExample:\n\n(defrec\n  (even (x)\n    (declare (type unsigned-byte x))\n    (if (zerop x) t (odd (1- x))))\n  (odd (x) \n    (declare (type unsigned-byte x))\n    (if (zerop x) nil (even (1- x)))))\n\nNow we can call EVEN and ODD.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylewarning%2Fdefrec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylewarning%2Fdefrec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylewarning%2Fdefrec/lists"}