{"id":43472853,"url":"https://github.com/taga3s/monkey-rs","last_synced_at":"2026-02-03T07:18:36.656Z","repository":{"id":316530885,"uuid":"1031201724","full_name":"taga3s/monkey-rs","owner":"taga3s","description":"Monkey language in Rust","archived":false,"fork":false,"pushed_at":"2026-01-25T14:55:12.000Z","size":208,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T07:21:20.180Z","etag":null,"topics":["monkey-language","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/taga3s.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-03T08:28:58.000Z","updated_at":"2026-01-25T14:55:15.000Z","dependencies_parsed_at":"2025-09-25T07:06:30.993Z","dependency_job_id":"9117af26-9c28-49b4-92ac-1bb52df8a843","html_url":"https://github.com/taga3s/monkey-rs","commit_stats":null,"previous_names":["taga3s/rust-monkey","taga3s/monkey-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taga3s/monkey-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Fmonkey-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Fmonkey-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Fmonkey-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Fmonkey-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taga3s","download_url":"https://codeload.github.com/taga3s/monkey-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taga3s%2Fmonkey-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: 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":["monkey-language","rust"],"created_at":"2026-02-03T07:18:35.706Z","updated_at":"2026-02-03T07:18:36.651Z","avatar_url":"https://github.com/taga3s.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monkey-rs\n\nRust implementation of the Monkey language, based on the book *[Writing An Interpreter In Go](https://interpreterbook.com/)*.\n\n## Usage\n\n### Web playground\n\nThe web playground is deployed on https://taga3s.github.io/monkey-rs/.\n\n### REPL (crates/repl)\n1. Run the REPL with following command.\n\n```bash\njust repl\n```\n\n2. Type in Monkey code and press Enter to execute.\n\n```monkey\n\u003e\u003e let add = fn(a, b) { a + b; };\n\u003e\u003e add(10, 15);\n25\n```\n\n### Runner (crates/runner)\n\n```bash\njust run \u003cfile_path\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaga3s%2Fmonkey-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaga3s%2Fmonkey-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaga3s%2Fmonkey-rs/lists"}