{"id":28384156,"url":"https://github.com/phoe/keepit-egg-hunt","last_synced_at":"2026-02-09T13:33:06.873Z","repository":{"id":294213268,"uuid":"965979074","full_name":"phoe/keepit-egg-hunt","owner":"phoe","description":"Keepit Egg Hunt repository","archived":false,"fork":false,"pushed_at":"2025-04-15T08:01:27.000Z","size":13,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-08T21:57:32.998Z","etag":null,"topics":[],"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/phoe.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":"2025-04-14T08:03:10.000Z","updated_at":"2025-05-22T00:43:39.000Z","dependencies_parsed_at":"2025-05-19T12:01:30.301Z","dependency_job_id":null,"html_url":"https://github.com/phoe/keepit-egg-hunt","commit_stats":null,"previous_names":["phoe/keepit-egg-hunt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phoe/keepit-egg-hunt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fkeepit-egg-hunt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fkeepit-egg-hunt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fkeepit-egg-hunt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fkeepit-egg-hunt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoe","download_url":"https://codeload.github.com/phoe/keepit-egg-hunt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fkeepit-egg-hunt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796220,"owners_count":24647319,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-05-30T07:38:54.158Z","updated_at":"2026-02-09T13:33:05.564Z","avatar_url":"https://github.com/phoe.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keepit Egg Hunt\n\nThis is the Keepit Egg Hunt repository, published as a reference\nfor the upcoming European Lisp Symposium 2025 paper.\n\n© Keepit A/S 2025. All rights reserved.\n\nThis code is licensed as source-available for the time being.\n\n## Running\n\nThere are two principal ways to run the Egg Hunt code:\n\n### Loading into running image\n\nOnce inside a running image, load (*not* compile-and-load) the file\n`egg-hunt.lisp` to avoid compiling in too many spoilers. Either `(load\n...)` the file from the REPL or use Slime's `C-c C-l` when visiting\nthe file.\n\n### Preparing custom Lisp image\n\nRun SBCL with the `egg-hunt.lisp` loaded:\n\n```\nsbcl --load egg-hunt.lisp\n```\n\nand then build the image from the REPL:\n\n```lisp\n(keepit-egg-hunt::build)\n```\n\nThis should result in an image file at `/tmp/keepit-egg-hunt`.\n\n#### Running custom image in Slime\n\nThe custom image file can be used as just another Lisp image from\nwithin Slime. To make it available, tweak your\n`slime-lisp-implementations` variable to include a config pointing at\nthe image, e.g.:\n\n```lisp\n(setf slime-lisp-implementations \n    '((egghunt-sbcl (\"/path/to/keepit-egg-hunt\"))\n      ...))\n```\n\nThis will make `egghunt-sbcl` one of the images you can run from\nSlime. To explicitly select it, give a negative prefix to Slime,\ni.e. run `M-- M-x slime` and then select it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fkeepit-egg-hunt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoe%2Fkeepit-egg-hunt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fkeepit-egg-hunt/lists"}