{"id":13782941,"url":"https://github.com/ajzaff/multifunge","last_synced_at":"2026-01-23T02:31:55.579Z","repository":{"id":80972376,"uuid":"39140681","full_name":"ajzaff/multifunge","owner":"ajzaff","description":"An interpreter for a minimal Funge language","archived":false,"fork":false,"pushed_at":"2016-09-20T22:06:26.000Z","size":71,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-03T18:17:31.907Z","etag":null,"topics":["funge","interpreter","programming-language"],"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/ajzaff.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}},"created_at":"2015-07-15T14:12:09.000Z","updated_at":"2018-06-01T18:23:04.000Z","dependencies_parsed_at":"2023-04-30T06:05:19.629Z","dependency_job_id":null,"html_url":"https://github.com/ajzaff/multifunge","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/ajzaff%2Fmultifunge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajzaff%2Fmultifunge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajzaff%2Fmultifunge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajzaff%2Fmultifunge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajzaff","download_url":"https://codeload.github.com/ajzaff/multifunge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253596044,"owners_count":21933497,"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":["funge","interpreter","programming-language"],"created_at":"2024-08-03T18:01:48.647Z","updated_at":"2026-01-23T02:31:55.567Z","avatar_url":"https://github.com/ajzaff.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# multifunge interpreter\n\nA funge is a programming language.\n\nIt looks like this:\n\n```befunge\n\u003ev\n^\u003c\n```\n\nWhich means:\n\n```c\nint main(argc, char **argv)\n{\n\tfor(;;;)\n\t\t;\n}\n```\n\nOr this:\n\n```befunge\n25*\"!dlroW ,olleH\"\u003e:#,_@\n```\n\nWhich means:\n\n```c\n#include \u003cstdio.h\u003e\nint main()\n{\n\tprintf(\"Hello, World!\\n\");\n}\n```\n\nThis project includes a very fast interpreter capable of executing these programs.  Future work _might_ include building a compiler as well!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajzaff%2Fmultifunge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajzaff%2Fmultifunge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajzaff%2Fmultifunge/lists"}