{"id":28799422,"url":"https://github.com/callmesalmon/myscheme","last_synced_at":"2025-07-21T11:31:53.765Z","repository":{"id":270705306,"uuid":"911209669","full_name":"callmesalmon/myscheme","owner":"callmesalmon","description":"MyScheme - Scheme interpreter that exists","archived":false,"fork":false,"pushed_at":"2025-06-17T20:26:58.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T21:33:27.940Z","etag":null,"topics":["cpp","language","minimalist","scheme"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/callmesalmon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-02T13:44:51.000Z","updated_at":"2025-06-17T20:27:02.000Z","dependencies_parsed_at":"2025-02-09T21:20:13.556Z","dependency_job_id":"ce2a8ad2-23f8-456f-88f3-f557c12e9995","html_url":"https://github.com/callmesalmon/myscheme","commit_stats":null,"previous_names":["elisstaaf/myscheme","realpuresalmon/myscheme","bestsalmon/myscheme","callmesalmon/myscheme"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/callmesalmon/myscheme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fmyscheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fmyscheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fmyscheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fmyscheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/callmesalmon","download_url":"https://codeload.github.com/callmesalmon/myscheme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/callmesalmon%2Fmyscheme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266291565,"owners_count":23906293,"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":["cpp","language","minimalist","scheme"],"created_at":"2025-06-18T06:06:48.197Z","updated_at":"2025-07-21T11:31:53.760Z","avatar_url":"https://github.com/callmesalmon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyScheme\nMyScheme is a Scheme interpreter that... Definitely exists, alright.\nIt gets the basics done but it doesn't include *everything*, per se.\nBut if you want to, you could install it, I guess. I made a\n[blog post](https://callmesalmon.github.io/ramblings/2025/01/07/scheme.html) about it.\n\n## Prerequisites\n* git\n* make\n* clang (or gcc)\n* python3\n\n## Install\n```sh\ngit clone https://github.com/callmesalmon/myscheme scm\ncd scm\n\n./configure # Prebuild\nsudo make   # To build\n\n# NOTE: To exclude different functions\n#       of the interpreter, do:\n./configure --exclude debug # To exclude debugging\n./configure --exclude std   # To exclude stdlib loading\n\n# NOTE: To compile with only repl, do:\n./configure --repl\n\n# NOTE: To compile with gcc or change\n#       the cflags, do:\n./configure --gcc            # To compile with gcc\n./configure --cflags \u003cflags\u003e # To change cflags\n```\n\n## Run\n```sh\nmyscm \u003cargs\u003e\n```\n\n## Examples\nBy the way, MyScheme is a *teeny* bit different than... Let's say\nChezScheme, so you might be a bit confused when seeing the\nexamples. But if you want to, they're [here](/scheme).\n\n## Further help\nOpen the repl by running `myscm` with 0 arguments\nand type this:\n```scheme\n(help)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fmyscheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcallmesalmon%2Fmyscheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcallmesalmon%2Fmyscheme/lists"}