{"id":32187769,"url":"https://github.com/swr1bm86/letrec","last_synced_at":"2026-04-27T02:01:12.559Z","repository":{"id":57714117,"uuid":"55145150","full_name":"swr1bm86/letrec","owner":"swr1bm86","description":"letrec support for Clojure","archived":false,"fork":false,"pushed_at":"2016-04-10T15:33:30.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-25T15:15:36.028Z","etag":null,"topics":["clojure","metaprogramming","recursion"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swr1bm86.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2016-03-31T11:25:16.000Z","updated_at":"2026-04-19T21:57:48.000Z","dependencies_parsed_at":"2022-09-26T21:31:12.599Z","dependency_job_id":null,"html_url":"https://github.com/swr1bm86/letrec","commit_stats":null,"previous_names":["zjhmale/letrec"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/swr1bm86/letrec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swr1bm86%2Fletrec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swr1bm86%2Fletrec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swr1bm86%2Fletrec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swr1bm86%2Fletrec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swr1bm86","download_url":"https://codeload.github.com/swr1bm86/letrec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swr1bm86%2Fletrec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["clojure","metaprogramming","recursion"],"created_at":"2025-10-22T00:32:59.987Z","updated_at":"2026-04-27T02:01:12.553Z","avatar_url":"https://github.com/swr1bm86.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# letrec\n\nfunctions, lazy sequences, delays and the like can refer to other bindings regardless of the order in which they appear in the letrec form.\n\n[![Build Status](https://travis-ci.org/zjhmale/uml.svg?branch=master)](https://travis-ci.org/zjhmale/uml)\n\n## Installation\n\n[![Clojars Project](https://clojars.org/zjhmale/letrec/latest-version.svg)](https://clojars.org/zjhmale/letrec)\n\n## Usage\n\n```clojure\n:dependencies [[zjhmale/letrec \"0.1.0\"]]\n```\n\n## Examples\n\n```clojure\n(require [letrec.sweet :refer :all])\n\n(letrec [fact (fn [n]\n                (if (= n 1)\n                  1\n                  (* n (fact (dec n)))))]\n  (fact 5))\n```\n\n## License\n\nCopyright © 2015 Michał Marczyk\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswr1bm86%2Fletrec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswr1bm86%2Fletrec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswr1bm86%2Fletrec/lists"}