{"id":16626013,"url":"https://github.com/yurrriq/lp","last_synced_at":"2026-05-15T18:32:26.495Z","repository":{"id":148631256,"uuid":"78252211","full_name":"yurrriq/lp","owner":"yurrriq","description":":book: :computer: Literate programming :umbrella: repo","archived":false,"fork":false,"pushed_at":"2017-11-05T22:17:15.000Z","size":3938,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:34:43.500Z","etag":null,"topics":["abstract-algebra","artificial-intelligence","common-lisp","erlang","gap","haskell","idris","learning-by-doing","literate-programming","noweb"],"latest_commit_sha":null,"homepage":"http://yurrriq.codes/lp/","language":"Common Lisp","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/yurrriq.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-01-07T01:52:26.000Z","updated_at":"2021-12-05T07:39:17.000Z","dependencies_parsed_at":"2023-04-05T15:48:19.255Z","dependency_job_id":null,"html_url":"https://github.com/yurrriq/lp","commit_stats":{"total_commits":77,"total_committers":1,"mean_commits":77.0,"dds":0.0,"last_synced_commit":"abcade01a88728a872048c92fcc0547babc75f61"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yurrriq/lp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Flp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Flp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Flp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Flp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurrriq","download_url":"https://codeload.github.com/yurrriq/lp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurrriq%2Flp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33074840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["abstract-algebra","artificial-intelligence","common-lisp","erlang","gap","haskell","idris","learning-by-doing","literate-programming","noweb"],"created_at":"2024-10-12T04:08:19.410Z","updated_at":"2026-05-15T18:32:26.477Z","avatar_url":"https://github.com/yurrriq.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Literate Programming\n\n- `aaig`: :book: [Abstract Algebra in GAP][aaig] ([repo][aaig/repo])\n- `eunix`: [Reimplementations of UNIX tools][eunix/repo]\n    - [`echo`][eunix/echo.pdf]\n- `lol`: :book: [Land of Lisp][lol/repo] ([repo][lol/repo])\n    - Chapter 2: [The Guess-My-Number Game][lol/guess.pdf]\n    - Chapter 4: [Pudding Eater][lol/pudding.pdf]\n    - Chapter 5: [The Wizard's Adventure Game][lol/wizard5.pdf]\n    - Chapter 6: [The Wizard's Adventure Game REPL][lol/wizard6.pdf]\n- `pandoc-minted`: [A pandoc filter to render LaTeX code blocks using minted][pandoc-minted] ([repo][pandoc-minted/repo])\n- `paip`: :book: [Paradigms of Artificial Intelligence Programming][paip]\n- `src/erlang`: [Joe Armstrong's Favorite Erlang Program][fav1]\n- `src/idris`: [Hello, noweb!][hello]\n\n\n\u003c!-- Named Links --\u003e\n\n[aaig]: https://yurrriq.github.io/lp/aaig.pdf\n[aaig/repo]: https://github.com/yurrriq/abstract-algebra-in-gap\n[eunix/repo]: https://github.com/yurrriq/eunix\n[eunix/echo.pdf]: https://yurrriq.github.io/lp/eunix/echo.pdf\n[lol/repo]: https://github.com/yurrriq/land-of-lisp\n[lol/guess.pdf]: https://yurrriq.github.io/lp/lol/guess.pdf\n[lol/pudding.pdf]: https://yurrriq.github.io/lp/lol/pudding.pdf\n[lol/wizard5.pdf]: https://yurrriq.github.io/lp/lol/wizard5.pdf\n[lol/wizard6.pdf]: https://yurrriq.github.io/lp/lol/wizard6.pdf\n[paip]: https://yurrriq.github.io/lp/paip.pdf\n[pandoc-minted]: https://yurrriq.github.io/lp/pandoc-minted.pdf\n[pandoc-minted/repo]: https://github.com/yurrriq/pandoc-minted\n[fav1]: https://yurrriq.github.io/lp/erlang/fav1.pdf\n[hello]: https://yurrriq.github.io/lp/idris/hello.pdf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurrriq%2Flp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurrriq%2Flp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurrriq%2Flp/lists"}