{"id":16726313,"url":"https://github.com/brunobonacci/learn-clojure","last_synced_at":"2025-04-10T10:24:17.459Z","repository":{"id":147148597,"uuid":"57078101","full_name":"BrunoBonacci/learn-clojure","owner":"BrunoBonacci","description":"Material for introductory Clojure course","archived":false,"fork":false,"pushed_at":"2020-05-22T20:06:53.000Z","size":139,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T09:11:38.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BrunoBonacci.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-25T21:38:25.000Z","updated_at":"2022-04-03T12:24:51.000Z","dependencies_parsed_at":"2023-06-09T22:00:31.231Z","dependency_job_id":null,"html_url":"https://github.com/BrunoBonacci/learn-clojure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBonacci%2Flearn-clojure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBonacci%2Flearn-clojure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBonacci%2Flearn-clojure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrunoBonacci%2Flearn-clojure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrunoBonacci","download_url":"https://codeload.github.com/BrunoBonacci/learn-clojure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199088,"owners_count":21063641,"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-10-12T22:52:50.104Z","updated_at":"2025-04-10T10:24:17.441Z","avatar_url":"https://github.com/BrunoBonacci.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Learn Clojure\n\nCurriculum for an introductory course to Clojure.\n\n```\n                   Welcome to\n   ~~~   Introduction to Clojure programming   ~~~\n\n                 .okko.\n                lMMWMMMx\n               ;N:.  ;XMo\n               x,      0W.\n                       .Wk\n                        xM.\n                       .XMk\n                       KMMM.\n                     .KMMWMd\n                    .XMMW,kW.\n                    KMMM: 'Mo\n                   0MMMc   0N\n                  0MMMl    ;Md\n                 0MMMl      KM;     .d\n                0MMMd       ,MWo.  '0d\n               0MMMk         :WMMMMMK.\n              'llll           .:dxd;\n\n                    Bruno Bonacci\n```\n\n## Author \u0026 contributors\n\n* Bruno Bonacci\n* Dayo Oliyide\n\n## Setup\n\nIf you don't have a development environment already set up\nplease follow the instructions at the [following page](https://github.com/ClojureBridge/curriculum/blob/gh-pages/outline/setup.md).\n\nAlternative Clojure IDEs\n\n  * Relatively simple ones\n    * LightTable                                     (http://lighttable.com/)\n    * NightCode                                      (https://sekao.net/nightcode/)\n    * Cursive                                        (https://cursive-ide.com/)\n    * VSCode \u003csup\u003e\u003csub\u003e(Calva extension)\u003c/sup\u003e\u003c/sub\u003e (https://calva.io/)\n  * More complex ones\n    * Emacs + Cider                                        (https://github.com/clojure-emacs/cider)\n    * Preludex \u003csup\u003e\u003csub\u003e(Emacs + Cider)\u003c/sup\u003e\u003c/sub\u003e       (https://github.com/BrunoBonacci/preludex)\n    * Spacemacs + Cider \u003csup\u003e\u003csub\u003e(Better vim)\u003c/sup\u003e\u003c/sub\u003e (http://spacemacs.org/)\n    * Vim + Fireplace                                      (https://github.com/ctford/vim-fireplace-easy)\n\nIf you have already your environment ready to go, then choose your learning path below.\n\n## Courses\n\n  * [Clojure basics](/clojure-basics)\n\n\n## Learn more\n\n  * Books\n    * \"The Joy of Clojure\" (http://www.amazon.com/dp/1617291412/)\n    * \"Clojure Programming\" (http://www.amazon.com/dp/1449394701/)\n    * \"Clojure For the Brave and True\" (http://www.amazon.com/dp/1593275919/)\n    * \"Living Clojure\" (http://www.amazon.com/dp/1491909048/)\n    * more Clojure's books: http://clojure.org/community/books\n  * Online resources\n    * \"Clojure For the Brave and True\" (http://www.braveclojure.com/clojure-for-the-brave-and-true/)\n    * \"Clojure from the ground up\" (https://aphyr.com/tags/Clojure-from-the-ground-up)\n  * Katas\n    * \"4 Clojure\" (http://www.4clojure.com/) **MUST**\n    * \"Codewars\" (http://www.codewars.com/)\n\n\n## Getting help\n\nPost a question to the mailing list or use the slack channel.\n\n  * All London's events: http://www.londonclojurians.org/\n  * Mailing list: https://groups.google.com/forum/#!forum/london-clojurians\n  * Slack channel: http://clojurians.net/\n  * IRC channel #Clojure on Freenode (http://irc.lc/freenode/clojure/irctc)\n\n## License\n\n![CC 4.0](https://i.creativecommons.org/l/by/4.0/80x15.png) This material is distributed under [Creative Commons Attribution 4.0 International Public License](http://creativecommons.org/licenses/by/4.0/legalcode)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobonacci%2Flearn-clojure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunobonacci%2Flearn-clojure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunobonacci%2Flearn-clojure/lists"}