{"id":17680652,"url":"https://github.com/stefanwille/scheme-interpreter","last_synced_at":"2026-01-08T14:05:34.372Z","repository":{"id":42789460,"uuid":"273518324","full_name":"stefanwille/scheme-interpreter","owner":"stefanwille","description":"Scheme interpreter in ReasonML, based on SICP chapter 4","archived":false,"fork":false,"pushed_at":"2023-01-06T09:21:30.000Z","size":1193,"stargazers_count":2,"open_issues_count":14,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T21:35:46.113Z","etag":null,"topics":["reason","scheme","sicp-book"],"latest_commit_sha":null,"homepage":"","language":"Reason","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/stefanwille.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":"2020-06-19T14:49:51.000Z","updated_at":"2020-08-21T18:02:30.000Z","dependencies_parsed_at":"2023-02-05T19:01:58.899Z","dependency_job_id":null,"html_url":"https://github.com/stefanwille/scheme-interpreter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwille%2Fscheme-interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwille%2Fscheme-interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwille%2Fscheme-interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwille%2Fscheme-interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanwille","download_url":"https://codeload.github.com/stefanwille/scheme-interpreter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246365645,"owners_count":20765546,"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":["reason","scheme","sicp-book"],"created_at":"2024-10-24T09:08:32.551Z","updated_at":"2026-01-08T14:05:29.326Z","avatar_url":"https://github.com/stefanwille.png","language":"Reason","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scheme Interpreter in ReasonML\n\nThis is an interpreter for the Lisp like programming language Scheme, written in ReasonML. The code follows closely chapter 4 of the book \"Structure and Interpretation of Computer Programs\" by Abelson/Sussman.\n\nI wrote this code as an exercise to learn ReasonML.\n\n## Build\n\n```bash\nyarn build\n```\n\n## Build + Watch\n\n```bash\nyarn start\n\n```\n\n## Test\n\n```bash\nyarn test\n\n```\n\n\n## API\n\n```reason\nlet interpreter = SchemeInterpreter.newInterpreter();\nlet result: string =\n  SchemeInterpreter.run(interpreter, \"(begin (set! n 10) (+ n 2))\");\nJs.log(result);\n# =\u003e 12\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwille%2Fscheme-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanwille%2Fscheme-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwille%2Fscheme-interpreter/lists"}