{"id":13782067,"url":"https://github.com/hikarin/aquario","last_synced_at":"2025-05-11T15:32:09.740Z","repository":{"id":6179971,"uuid":"7410173","full_name":"hikarin/aquario","owner":"hikarin","description":"GC-oriented Lisp interpreter","archived":false,"fork":false,"pushed_at":"2021-03-11T13:23:15.000Z","size":524,"stargazers_count":8,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-17T17:42:49.005Z","etag":null,"topics":["c","cheney-copying-collector","garbage-collector","generational-scavenging","mark-and-compact","mark-and-sweep","reference-counting"],"latest_commit_sha":null,"homepage":"","language":"C","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/hikarin.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":"2013-01-02T17:05:41.000Z","updated_at":"2024-03-01T15:19:42.000Z","dependencies_parsed_at":"2022-08-31T04:42:02.206Z","dependency_job_id":null,"html_url":"https://github.com/hikarin/aquario","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikarin%2Faquario","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikarin%2Faquario/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikarin%2Faquario/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hikarin%2Faquario/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hikarin","download_url":"https://codeload.github.com/hikarin/aquario/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253588638,"owners_count":21932291,"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","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":["c","cheney-copying-collector","garbage-collector","generational-scavenging","mark-and-compact","mark-and-sweep","reference-counting"],"created_at":"2024-08-03T18:01:32.507Z","updated_at":"2025-05-11T15:32:09.448Z","avatar_url":"https://github.com/hikarin.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# What's Aquario [![Build Status](https://travis-ci.org/hikarin/aquario.png?branch=master)](https://travis-ci.org/hikarin/aquario)\n\nAquario is a GC-oriented Lisp interpreter. \n\n## Features of Aquario\n* Lisp-1\n* Supports for Implementing GC Algorithms\n  (ex. root scan, object traverse, write barriers, etc.)\n* Multiple and Selectable Garbage Collectors:\n   - Mark-Sweep collector\n   - Cheney's Copying collector\n   - Mark-Compact collector\n   - Reference Counting\n   - Generational Collector\n\n## Target persons\n\n  Aquario is for someone who\n  * wants to learn how Garbage Collector is implemented\n  * wants to implement Garbage Collector\n  * loves Garbage Collection\n\n## How to run\n\n### Prerequisite\n * CMake\n\n### For macOS or Linux\nMake a directory to build the binary, execute `cmake` and `make`, then execute the generated binary `aquario`\n```\n$ mkdir build\n$ cd build\n$ cmake ..\n$ make\n$ ./aquario\n```\n\n### For Windows\n\n1. Launch CMake GUI\n2. Enter the source code path and the build path\n3. Press \"Configure\", then press \"Generate\"\n![cmake-gui](https://user-images.githubusercontent.com/188830/103162501-65f7db00-47bf-11eb-87bc-66ee9c02f47a.PNG)\n4. Open aquario.sln with Visual Studio\n5. Press \"Build Solution\"\n6. Press \"Start Debugging\" or F5 to launch Aquario\n\n## How to test\nTo ensure that all GCs are working properly, you can do:\n\n### For macOS or Linux\n\n`$ make test`\n\n### For Windows\n\nSwitch to Folderview and click \"Run All\" in Text Explorer view.\n![visual-studio](https://user-images.githubusercontent.com/188830/103162525-b2dbb180-47bf-11eb-9c98-bb1341a39424.PNG)\n\n## Future work\n\n* More supports for GC such as Read Barrier\n* More Garbage Collectors such as Yuasa's Snapshot collector\n* Visualization\n* Profiler\n\n## License\n\n  - NYSL\n    http://www.kmonos.net/nysl/index.en.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhikarin%2Faquario","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhikarin%2Faquario","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhikarin%2Faquario/lists"}