{"id":15323541,"url":"https://github.com/pauloportugal/real-fizzbuzz-clojure","last_synced_at":"2025-06-26T10:32:34.252Z","repository":{"id":66909239,"uuid":"91973716","full_name":"PauloPortugal/real-fizzbuzz-clojure","owner":"PauloPortugal","description":"The Real FizzBuzz in Clojure","archived":false,"fork":false,"pushed_at":"2022-03-04T20:41:18.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T14:52:18.733Z","etag":null,"topics":["clojure","clojure-spec","fizzbuzz"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/PauloPortugal.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":"2017-05-21T17:04:24.000Z","updated_at":"2022-03-04T20:41:21.000Z","dependencies_parsed_at":"2023-05-13T15:45:14.237Z","dependency_job_id":null,"html_url":"https://github.com/PauloPortugal/real-fizzbuzz-clojure","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"c2a378b2b6aceb00ea243572174fec89f29c2024"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PauloPortugal/real-fizzbuzz-clojure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PauloPortugal","download_url":"https://codeload.github.com/PauloPortugal/real-fizzbuzz-clojure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PauloPortugal%2Freal-fizzbuzz-clojure/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262048015,"owners_count":23250472,"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":["clojure","clojure-spec","fizzbuzz"],"created_at":"2024-10-01T09:20:17.362Z","updated_at":"2025-06-26T10:32:34.233Z","avatar_url":"https://github.com/PauloPortugal.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/PauloPortugal/real-fizzbuzz-clojure.png)](https://travis-ci.org/PauloPortugal/real-fizzbuzz-clojure.svg?branch=master)\n\n# The Real FizzBuzz in Clojure\n\nPrints out the following for a contiguous range of numbers:\n* the number\n* `fizz` for numbers that are multiples of `3`\n* `buzz` for numbers that are multiples of `5`\n* `fizzbuzz` for numbers that are multiples of `15`\n* if the number contains a `three` output the text `lucky`, overriding any existing behaviour\n* report at the end of the program showing how many times each `word` was substituted\n\nThere is also a [Java version](https://github.com/PauloPortugal/real-fizzbuzz-java) and a [Go version](http://github.com/PauloPortugal/real-fizzbuzz-go)\n\n## Example\n\nRunning the program over a range from 1-20 one should get the following output:\n\n```\n(1 2 lucky 4 buzz fizz 7 8 fizz buzz 11 fizz lucky 14 fizzbuzz 16 17 fizz 19 buzz)\n{fizz 4, buzz 3, fizzbuzz 1, lucky 2, integer 10}\n```\n\n## Run\n\n```\nlein test \u0026\u0026 lein run 21\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpauloportugal%2Freal-fizzbuzz-clojure/lists"}