{"id":18272247,"url":"https://github.com/ryukinix/lisp-insights","last_synced_at":"2026-02-11T11:31:43.013Z","repository":{"id":72149381,"uuid":"52501968","full_name":"ryukinix/lisp-insights","owner":"ryukinix","description":"A personal repository of notes about learning lisp patterns","archived":false,"fork":false,"pushed_at":"2023-03-09T14:15:51.000Z","size":502,"stargazers_count":16,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T12:31:41.775Z","etag":null,"topics":["common-lisp","land-of-lisp","lisp","sicp"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryukinix.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-02-25T06:21:19.000Z","updated_at":"2025-04-22T21:22:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"b643df16-da1c-45a5-8181-efe7f7527ac4","html_url":"https://github.com/ryukinix/lisp-insights","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryukinix/lisp-insights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Flisp-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Flisp-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Flisp-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Flisp-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryukinix","download_url":"https://codeload.github.com/ryukinix/lisp-insights/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryukinix%2Flisp-insights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":["common-lisp","land-of-lisp","lisp","sicp"],"created_at":"2024-11-05T11:41:44.825Z","updated_at":"2026-02-11T11:31:42.997Z","avatar_url":"https://github.com/ryukinix.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lisp-insights\nA personal repository for annotation about learning lisp patterns.\nThe current content are answers plus code covering of the book [Land of Lisp](http://www.landoflisp.com) and the insights at the MIT 6.001 Course: Structures and Interpretations of Computer Programs.\n\n\n# Land of Lisp book (reading) [482/482]\n\n - [x] Section I: Lisp is Power\n   - [x] Chapter 1 (intro)\n   - [x] Chapter 2 (guess my numbers)\n   - [x] Chapter 3 (exploring syntax of lisp)\n - [x] Section II: Lisp is Symmetry\n   - [x] Chapter 4 (conditionals)\n   - [x] Chapter 5 (building a text game engine)\n   - [x] Chapter 6 (printing files)\n   - [x] Chapter 6.5 (lambda chapter)\n   - [x] Chapter 7 (go beyond basic lists)\n   - [x] Chapter 8 (grand theft wumpus)\n   - [x] Chapter 9 (advanced datatypes and generic programming)\n - [x] Section III: Lisp is Hacking\n   - [x] Chapter 10 (looping with the loop command)\n   - [x] Chapter 11 (printing with the format function)\n   - [x] Chapter 12 (working with streams)\n   - [x] Chapter 13 (let's create a web server -- agh :\u003c)\n - [x] Section IV: Lisp is Science\n   - [x] Chapter 14 (Ramping lisp up a Notch with Functional Programming)\n   - [x] Chapter 15 (Dice of Doom, a Game Written in the Functional Style)\n   - [x] Chapter 16 (The Magic of Lisp Macros)\n   - [x] Chapter 17 (Domain-Specific Languages)\n   - [x] Chapter 18 (Lazy Programming)\n   - [x] Chapter 19 (Creating a Graphical, Web-Based Version of Dice of Doom)\n   - [x] Chapter 20 (Making Dice of Doom More Fun)\n - [x] Epilogue (the lisp dialects and lisp techniques)\n\n\n# [MIT 6.001 Structures and Interpretations of Computer Programs](https://www.youtube.com/watch?v=2Op3QLzMgSY\u0026list=PLE18841CABEA24090)\n\n - [x] Lecture 1A\n - [x] Lecture 1B\n - [x] Lecture 2A\n - [x] Lecture 2B\n - [x] Lecture 3A\n - [x] Lecture 3B\n - [x] Lecture 4A\n - [x] Lecture 4B\n - [x] Lecture 5A\n - [x] Lecture 5B\n - [x] Lecture 6A\n - [x] Lecture 6B\n - [x] Lecture 7A\n - [x] Lecture 7B\n - [x] Lecture 8A\n - [x] Lecture 8B\n - [x] Lecture 9A\n - [x] Lecture 9B\n - [x] Lecture 10A\n - [x] Lecture 10B\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryukinix%2Flisp-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryukinix%2Flisp-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryukinix%2Flisp-insights/lists"}