{"id":15010345,"url":"https://github.com/ramblurr/nature-of-code","last_synced_at":"2025-10-06T17:12:55.604Z","repository":{"id":241341373,"uuid":"806581140","full_name":"Ramblurr/nature-of-code","owner":"Ramblurr","description":"🌼λ Clojure translations of the excercises in Nature of Code by Daniel Shiffman","archived":false,"fork":false,"pushed_at":"2025-09-05T15:47:48.000Z","size":396,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T04:43:40.427Z","etag":null,"topics":["clojure","nature-of-code"],"latest_commit_sha":null,"homepage":"https://ramblurr.github.io/nature-of-code/","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ramblurr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-05-27T13:22:29.000Z","updated_at":"2024-06-05T08:58:48.000Z","dependencies_parsed_at":"2025-06-01T09:41:50.466Z","dependency_job_id":"96d68afd-fdba-4f3a-beb2-7ad9f5443de0","html_url":"https://github.com/Ramblurr/nature-of-code","commit_stats":null,"previous_names":["ramblurr/nature-of-code"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ramblurr/nature-of-code","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnature-of-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnature-of-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnature-of-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnature-of-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ramblurr","download_url":"https://codeload.github.com/Ramblurr/nature-of-code/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramblurr%2Fnature-of-code/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278646797,"owners_count":26021512,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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","nature-of-code"],"created_at":"2024-09-24T19:33:39.712Z","updated_at":"2025-10-06T17:12:55.567Z","avatar_url":"https://github.com/Ramblurr.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nature of Code - Clojure\n\n[![License][license]][license-url]\n\nThis is a ClojureScript implementation of the samples and exercises from [Nature\nof Code (2nd Edition)][noc2] by Daniel Shiffman, implemented using [Quil][quil]\nand rendered with [Clerk][clerk].\n\n\u003e ##  ➡️ View live at: https://ramblurr.github.io/nature-of-code/\n\n## Dependencies\n\n`clj`, `shadow-cljs`, `node` and\n\n- [Clojure CLI tools](https://clojure.org/guides/install_clojure)\n- [`babashka`](https://github.com/babashka/babashka#installation)\n- [`nvm`](https://github.com/nvm-sh/nvm#installing-and-updating).\n\n## Developing with Clerk\n\nTo start a server for local Clerk development, run\n\n```sh\nbb clerk-watch\n```\n\nThis will start the Clerk server at http://localhost:7777 with a file\nwatcher that updates the page each time any file in the `notebooks` directory changes.\n\nTo manually start the Clerk webserver, start a REPL by running\n\n```sh\nclj\n```\n\nThen start the server:\n\n```clj\n(start-with-shadow!)\n```\n\nTo show a file, pass it to `clerk/show!`:\n\n```clj\n(clerk/show! \"notebooks/a_file.clj\")\n```\n\nThese commands work because dev/user.clj requires `nextjournal.clerk` under a\n`clerk` alias, and defines a `start!` function.\n\n## Static Builds\n\n### Local Build\n\nRun\n\n```\nbb build-static\n```\n\nTo generate a static site locally.\n\n### Garden\n\nThe easiest way to share a static build is to push to GitHub, then visit\n\nhttps://github.clerk.garden/ramblurr/nature-of-code\n\n## Linting\n\nRun\n\n```\nclj-kondo --copy-configs --dependencies --lint \"$(clojure -Spath)\"\n```\n\nThen\n\n```\nbb lint\n```\n\n## License\n\n```\nCopyright © 2024 Casey Link\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU Affero General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\nany later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU Affero General Public License for more details.\n\nYou should have received a copy of the GNU Affero General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n```\n\n[license]: https://img.shields.io/github/license/ramblurr/nature-of-code\n[license-url]: LICENSE\n[noc2]: https://natureofcode.com/\n[quil]: http://quil.info/\n[clerk]: https://clerk.vision/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framblurr%2Fnature-of-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framblurr%2Fnature-of-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framblurr%2Fnature-of-code/lists"}