{"id":17070566,"url":"https://github.com/oakmac/cljs101","last_synced_at":"2026-04-13T15:34:14.030Z","repository":{"id":66970566,"uuid":"335800906","full_name":"oakmac/cljs101","owner":"oakmac","description":"Beginning Exercises for a ClojureScript Programmer","archived":false,"fork":false,"pushed_at":"2021-02-12T16:16:46.000Z","size":50,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T17:50:55.275Z","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":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oakmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-02-04T01:11:23.000Z","updated_at":"2021-02-14T11:17:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5a96c2f-ca6f-44cf-9796-086a289adb42","html_url":"https://github.com/oakmac/cljs101","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oakmac/cljs101","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs101","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs101/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs101/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs101/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oakmac","download_url":"https://codeload.github.com/oakmac/cljs101/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oakmac%2Fcljs101/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759529,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":[],"created_at":"2024-10-14T11:32:15.750Z","updated_at":"2026-04-13T15:34:14.012Z","avatar_url":"https://github.com/oakmac.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClojureScript 101\n\nThis repository contains programming exercises for a beginning ClojureScript\nprogrammer. These exercises are part of the curriculum for the [Professional ClojureScript course].\n\nThe exercises are focused on the basics of the language:\n\n- parenthesis balancing\n- `def` forms\n- Strings\n- TODO: Numbers and Math\n- Keywords\n- Maps\n- Vectors\n- Sets\n- TODO: functions\n- TODO: conditionals\n\nThe exercises do not contain logic problems. They are focused on writing basic\nsyntax, learning fundamentals, and getting comfortable with your development\nenvironment.\n\n## Install / Setup\n\nMake sure that [Node.js], [npm], and the [JVM] are installed. Then, from this directory type:\n\n```sh\nnpm install\n```\n\nThis will create a folder named `node_modules/` in this directory.\n\n## Instructions\n\nYou will be writing in the `.cljs` files found in the `src-cljs/cljs101/exercises/` folder.\n\nOpen the file `src-cljs/cljs101/exercises/ex101_def_forms.cljs` in your text\neditor and follow the instructions in the code.\n\nIn a terminal, run from the project root:\n\n```sh\nnpx shadow-cljs watch tests\n```\n\nThis command will automatically compile your code and run a test suite to check your answers.\n\nYour goal is to get the test suite to pass all conditions. Good luck!\n\n## License\n\n[ISC License](LICENSE.md)\n\n[Professional ClojureScript course]:https://cljs.pro\n[Node.js]:https://nodejs.org/\n[npm]:https://en.wikipedia.org/wiki/Npm_(software)\n[JVM]:https://adoptopenjdk.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fcljs101","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foakmac%2Fcljs101","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foakmac%2Fcljs101/lists"}