{"id":23535036,"url":"https://github.com/ripta/mwnci","last_synced_at":"2025-05-14T20:35:02.493Z","repository":{"id":218207757,"uuid":"743474866","full_name":"ripta/mwnci","owner":"ripta","description":"mwnci the monkey language","archived":false,"fork":false,"pushed_at":"2024-01-15T10:14:46.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T22:56:07.750Z","etag":null,"topics":["programming-language","toy-interpreter"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ripta.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}},"created_at":"2024-01-15T10:14:08.000Z","updated_at":"2024-01-20T11:10:12.000Z","dependencies_parsed_at":"2024-01-20T13:24:03.781Z","dependency_job_id":"a102e53b-7e92-4c95-be45-77d4f26ca6f4","html_url":"https://github.com/ripta/mwnci","commit_stats":null,"previous_names":["ripta/mwnci"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fmwnci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fmwnci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fmwnci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ripta%2Fmwnci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ripta","download_url":"https://codeload.github.com/ripta/mwnci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254222004,"owners_count":22034803,"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":["programming-language","toy-interpreter"],"created_at":"2024-12-26T01:14:28.049Z","updated_at":"2025-05-14T20:35:02.470Z","avatar_url":"https://github.com/ripta.png","language":"Go","readme":"mwnci: an implementation of the Monkey programming language,\n       which is designed by [Thorsten Ball](https://interpreterbook.com/) \n\nTo install:\n\n```\ngo install github.com/ripta/mwnci/cmd/mwnci@latest\n```\n\nTo run REPL, just invoke `mwnci`; the REPL does not support multiline input,\ne.g., function definitions have to be compressed into one line. The evaluation\nresult for each line is printed.\n\nTo run a file, pass it one or more files, e.g.:\n\n```\n❯ mwnci examples/math.mwn\n46\n```\n\nWhen running in file mode, per-line results are suppressed. Multiple files are\nrun in separate environments; no sharing across source files yet.\n\nSome differences compared to the reference implementation:\n\n- file mode in addition to REPL mode\n- multibyte runes\n- 64-bit floats\n- line numbers in errors (incomplete)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fmwnci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fripta%2Fmwnci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fripta%2Fmwnci/lists"}