{"id":26119492,"url":"https://github.com/mmontone/slime-critic","last_synced_at":"2026-03-07T20:05:09.223Z","repository":{"id":177913091,"uuid":"661081639","full_name":"mmontone/slime-critic","owner":"mmontone","description":"SLIME extension for Lisp Critic","archived":false,"fork":false,"pushed_at":"2023-07-02T00:26:01.000Z","size":194,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-10T12:56:40.032Z","etag":null,"topics":["common-lisp","lisp","tools"],"latest_commit_sha":null,"homepage":"","language":"Emacs 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/mmontone.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}},"created_at":"2023-07-01T18:21:07.000Z","updated_at":"2023-12-31T21:47:19.000Z","dependencies_parsed_at":"2024-01-27T09:06:40.324Z","dependency_job_id":"ce3f3a86-b096-4c5c-8a39-8c15ee5f7ef4","html_url":"https://github.com/mmontone/slime-critic","commit_stats":null,"previous_names":["mmontone/slime-critic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mmontone/slime-critic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fslime-critic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fslime-critic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fslime-critic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fslime-critic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmontone","download_url":"https://codeload.github.com/mmontone/slime-critic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmontone%2Fslime-critic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30229590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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","lisp","tools"],"created_at":"2025-03-10T12:55:15.118Z","updated_at":"2026-03-07T20:05:09.193Z","avatar_url":"https://github.com/mmontone.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs ##"],"sub_categories":["Third-party APIs"],"readme":"# SLIME Critic\n\nSLIME extension for [Lisp Critic](https://github.com/g000001/lisp-critic \"lisp-critic\").\n\nLisp Critic scans your code for instances of bad Lisp programming practice. \n\n![screenshot](screenshot.png \"screenshot\")\n\n## Install\n\nℹ️ Please consider using [SLIME :star:](https://github.com/mmontone/slime-star), that comes with this extension preinstalled.\n\nDowload `lisp-critic` via Quicklisp: `(ql:quickload :lisp-critic)`.\n\nLoad `swank` and add this repository path to `swank::*load-path*`, in your Lisp compiler init file (~/.sbclrc if using SBCL):\n\n```lisp\n(require :swank)\n(push #p\"/home/marian/src/lisp/slime-critic/\" swank::*load-path*)\n```\n\nIn Emacs, add this repository path to `load-path` and add `slime-critic` to `slime-contribs` in `~/.emacs` init file, like:\n\n```\n(push \"/home/marian/src/lisp/slime-critic\" load-path)\n\n(add-to-list 'slime-contribs 'slime-critic)\n\n(slime-setup)\n```\n\n## Use\n\n- `M-x slime-critic-critique-buffer`: critique the current buffer.\n- `M-x slime-critic-critique-file`: critique a file.\n\n## License\n\nGPL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fslime-critic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmontone%2Fslime-critic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmontone%2Fslime-critic/lists"}