{"id":28392829,"url":"https://github.com/jscl-project/closette-jscl","last_synced_at":"2026-01-28T11:02:32.966Z","repository":{"id":151163966,"uuid":"133373424","full_name":"jscl-project/closette-jscl","owner":"jscl-project","description":"Port CLOSETTE to JSCL","archived":false,"fork":false,"pushed_at":"2018-09-20T18:38:04.000Z","size":75,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T07:41:21.584Z","etag":null,"topics":["closette","common-lisp","jscl"],"latest_commit_sha":null,"homepage":null,"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/jscl-project.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,"zenodo":null}},"created_at":"2018-05-14T14:25:51.000Z","updated_at":"2021-10-01T13:46:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"0035a4f3-4eec-43e3-94ba-2a5b81378c9a","html_url":"https://github.com/jscl-project/closette-jscl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jscl-project/closette-jscl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jscl-project%2Fclosette-jscl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jscl-project%2Fclosette-jscl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jscl-project%2Fclosette-jscl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jscl-project%2Fclosette-jscl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jscl-project","download_url":"https://codeload.github.com/jscl-project/closette-jscl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jscl-project%2Fclosette-jscl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28844431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T10:53:21.605Z","status":"ssl_error","status_checked_at":"2026-01-28T10:53:20.789Z","response_time":57,"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":["closette","common-lisp","jscl"],"created_at":"2025-05-31T15:08:36.786Z","updated_at":"2026-01-28T11:02:32.943Z","avatar_url":"https://github.com/jscl-project.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# closette\nClosette - a toy Common Lisp Object System (CLOS) described in The Art of the Metaobject Protocol (AMOP)\n\nModified from original for JSCL.\n\nCompilation and running was done in Moren environment. \n\n\n## Status\n\nbeta version under devepolment\n\n\n## Test generic\n\n```lisp\n\n(defgeneric mctest (x))\n(defmethod mctest :around ((x integer))\n  (format t \"(:around integer)\")\n  (call-next-method))\n(defmethod mctest :around ((x number))\n  (format t \"(:around number)\")\n  (call-next-method))\n(defmethod mctest :before ((x number))\n  (format t \"(:before number)\"))\n(defmethod mctest  ((x number))\n  (format t \"(primary number)\")\n  (1+ (call-next-method)))\n(defmethod mctest :after ((x number))\n  (format t \"(:after number)\"))\n(defmethod mctest :before ((x t))\n  (format t \"(:before t)\"))\n(defmethod mctest  ((x t))\n  (format t \"(primary t)\")\n  100)\n(defmethod mctest :after ((x t))\n  (format t \"(:after t)\"))\n\n(mctest 1)\n;; =\u003e\n(:around integer)(:around number)(:before number)(:before t)(primary number)(primary t)(:after t)(:after number)101\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjscl-project%2Fclosette-jscl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjscl-project%2Fclosette-jscl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjscl-project%2Fclosette-jscl/lists"}