{"id":23284270,"url":"https://github.com/agilecreativity/clojure-walkthrough","last_synced_at":"2026-04-29T01:34:11.570Z","repository":{"id":66351231,"uuid":"56594715","full_name":"agilecreativity/clojure-walkthrough","owner":"agilecreativity","description":"My random Clojure codes from various sources from the inter-web!","archived":false,"fork":false,"pushed_at":"2025-07-31T05:53:35.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T08:40:24.257Z","etag":null,"topics":["clojure","examples","java"],"latest_commit_sha":null,"homepage":"","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/agilecreativity.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":"2016-04-19T12:27:55.000Z","updated_at":"2025-07-31T05:53:39.000Z","dependencies_parsed_at":"2023-02-26T23:15:48.998Z","dependency_job_id":null,"html_url":"https://github.com/agilecreativity/clojure-walkthrough","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agilecreativity/clojure-walkthrough","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fclojure-walkthrough","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fclojure-walkthrough/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fclojure-walkthrough/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fclojure-walkthrough/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agilecreativity","download_url":"https://codeload.github.com/agilecreativity/clojure-walkthrough/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agilecreativity%2Fclojure-walkthrough/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"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":["clojure","examples","java"],"created_at":"2024-12-20T01:39:17.156Z","updated_at":"2026-04-29T01:34:11.555Z","avatar_url":"https://github.com/agilecreativity.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clojure-walkthrough\n\nClojure examples from various sources around the web.\n\n## Tips\n\n- [Mix Java and Clojure files](https://github.com/technomancy/leiningen/blob/master/doc/MIXED_PROJECTS.md)\n\nMake sure your `project.clj` have something like the following:\n\n```clj\n(defproject megacorp/superservice \"1.0.0-SNAPSHOT\"\n  :description \"A Clojure project with a little bit of Java sprinkled here and there\"\n  :min-lein-version  \"2.0.0\"\n  :source-paths      [\"src/clojure\"]\n  :java-source-paths [\"src/java\"])\n```\n\nCurrent value for `project.clj`\n\n```\n(defproject clojure-walkthrough \"0.1.0-SNAPSHOT\"\n  :description \"FIXME: write description\"\n  :url \"http://example.com/FIXME\"\n  :license {:name \"Eclipse Public License\"\n            :url \"http://www.eclipse.org/legal/epl-v10.html\"}\n  :dependencies [[org.clojure/clojure \"1.7.0\"]\n                 [org.clojure/data.json \"0.2.6\"]]\n  :target-path \"target/%s\"\n  :profiles {:uberjar {:aot :all}}\n  :source-paths [\"src/clojure\" \"test/clojure\"]\n  :java-source-paths [\"src/java\" \"test/java\"]\n  :aot [com.gentest.genclojure]\n  :main com.gentest.ConcreteClojureClass\n  ;; Note: original value generated by lein new command\n  ;:main ^:skip-aot clojure-walkthrough.core\n  )\n```\n\n```sh\n# To compile Java file\nlein javac\n\n# To remove compilation artifacts\nlein clean\n```\n\n### Useful Links\n\n- [mixing-java-and-clojure](https://github.com/quephird/mixing-java-and-clojure)\n\n```clj\n(System/getProperty \"file.endcoding\") ;\"UTF-8\"\n(clojure-version) ;; 1.7.0\n(System/getProperty \"user.dir\")\n```\n\n## License\n\nCopyright © 2016 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fclojure-walkthrough","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagilecreativity%2Fclojure-walkthrough","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagilecreativity%2Fclojure-walkthrough/lists"}