{"id":18679128,"url":"https://github.com/mohanson/brainfuck","last_synced_at":"2026-02-13T15:13:13.567Z","repository":{"id":55053300,"uuid":"161658538","full_name":"mohanson/brainfuck","owner":"mohanson","description":"Brainfuck is an esoteric programming language.","archived":false,"fork":false,"pushed_at":"2023-05-09T04:00:53.000Z","size":2947,"stargazers_count":38,"open_issues_count":1,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-27T21:42:05.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Brainfuck","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/mohanson.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}},"created_at":"2018-12-13T15:30:41.000Z","updated_at":"2024-12-07T09:31:42.000Z","dependencies_parsed_at":"2024-12-28T01:45:22.182Z","dependency_job_id":null,"html_url":"https://github.com/mohanson/brainfuck","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/mohanson%2Fbrainfuck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Fbrainfuck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Fbrainfuck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohanson%2Fbrainfuck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohanson","download_url":"https://codeload.github.com/mohanson/brainfuck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239530997,"owners_count":19654397,"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":[],"created_at":"2024-11-07T09:42:26.870Z","updated_at":"2026-02-13T15:13:13.503Z","avatar_url":"https://github.com/mohanson.png","language":"Brainfuck","readme":"# Brainfuck\n\nBrainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism.\nThe language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers. Brainfuck simply requires one to break commands into microscopic steps.\n\nThe language's name is a reference to the slang term brainfuck, which refers to things so complicated or unusual that they exceed the limits of one's understanding.\n\nThis project provides three ways to execute BF code:\n\n- Raw interpreter without any trick\n- Optimized IR\n- JIT(Linux x64 only)\n\n# Raw interpreter without any trick\n\n```sh\n$ cargo run --release --bin brainfuck_interpreter ./res/mandelbrot.bf\n```\n\n![img](/res/mandelbrot_interpreter.gif)\n\n# Optimized IR\n\n```sh\n$ cargo run --release --bin brainfuck_ir ./res/mandelbrot.bf\n```\n\n![img](/res/mandelbrot_ir.gif)\n\n# JIT\n\n```sh\n$ cargo run --release --bin brainfuck_jit ./res/mandelbrot.bf\n```\n\n![img](/res/mandelbrot_jit.gif)\n\n# Licences\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohanson%2Fbrainfuck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohanson%2Fbrainfuck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohanson%2Fbrainfuck/lists"}