{"id":15651581,"url":"https://github.com/zkat/memento-mori","last_synced_at":"2026-02-24T01:35:03.264Z","repository":{"id":3477023,"uuid":"4532228","full_name":"zkat/memento-mori","owner":"zkat","description":"Robustness through actors, for Common Lisp","archived":false,"fork":false,"pushed_at":"2015-01-13T08:48:02.000Z","size":608,"stargazers_count":33,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-10-29T06:48:37.365Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zkat.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}},"created_at":"2012-06-02T20:29:50.000Z","updated_at":"2025-06-11T12:14:06.000Z","dependencies_parsed_at":"2022-09-04T03:22:57.020Z","dependency_job_id":null,"html_url":"https://github.com/zkat/memento-mori","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zkat/memento-mori","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fmemento-mori","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fmemento-mori/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fmemento-mori/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fmemento-mori/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zkat","download_url":"https://codeload.github.com/zkat/memento-mori/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zkat%2Fmemento-mori/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29766814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T01:28:30.166Z","status":"ssl_error","status_checked_at":"2026-02-24T01:28:27.518Z","response_time":90,"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":[],"created_at":"2024-10-03T12:39:12.206Z","updated_at":"2026-02-24T01:35:03.228Z","avatar_url":"https://github.com/zkat.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quickstart\n\n`memento-mori` is\n[hosted at Github](http://github.com/zkat/memento-mori). You can\ndownload it there if it's not available on quicklisp yet.\n\n```lisp\n\nCL-USER\u003e (ql:quickload 'memento-mori)\nTo load \"memento-mori\":\n  Load 1 ASDF system:\n    memento-mori\n; Loading \"memento-mori\"\n\n(MEMENTO-MORI)\nCL-USER\u003e (defparameter *scheduler* (mori:make-threaded-scheduler 6))\n*SCHEDULER*\nCL-USER\u003e *scheduler*\n#\u003cTHREADED-SCHEDULER [6 threads] #x302000E02CFD\u003e\nCL-USER\u003e (mori:send (mori:spawn #'print :scheduler *scheduler*) \"Hello, world!\")\n\"Hello, world!\"\n\"Hello, world!\"\nCL-USER\u003e\n\n```\n\n# Introduction\n\n### Remember you must die\n\n`memento-mori` is a library for writing robust, actor-based systems in\nCommon Lisp. It draws inspiration from [Erlang/OTP](http://www.erlang.org),\nparticularly its crash-first approach to high-availability systems, as well\nas [Akka](http://akka.io). `memento-mori` works under the assumption that\nwhatever you do, you will eventually crash, and thus the best way to keep a\nsystem running is to try to limit the damage and recover.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fmemento-mori","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzkat%2Fmemento-mori","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzkat%2Fmemento-mori/lists"}