https://github.com/burgravian/heartfuck Skip to content Sign up * Why GitHub? + Features + Mobile + Actions + Codespaces + Packages + Security + Code review + Issues + Integrations + GitHub Sponsors + Customer stories * Team * Enterprise * Explore + Explore GitHub + Learn and contribute + Topics + Collections + Trending + Learning Lab + Open source guides + Connect with others + The ReadME Project + Events + Community forum + GitHub Education + GitHub Stars program * Marketplace * Pricing + Plans + Compare plans + Contact Sales + Education [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this organization All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} burgravian / heartfuck Public * Notifications * Fork 2 * Star 35 * Heartf[?]ck: the most wholesome "programming language" by Laura Pircalaboiu and Ricardo Vogel. Python compiler by Jonathan Donszelmann burgravian.github.io/heartfuck/ MIT License 35 stars 2 forks Star Notifications * Code * Issues 5 * Pull requests 0 * Actions * Projects 1 * Wiki * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Wiki * Security * Insights master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 0 tags Code Latest commit @ricardovogel ricardovogel Merge pull request #35 from burgravian/ ricardovogel-patch-1 ... 7c95fd8 Oct 2, 2021 Merge pull request #35 from burgravian/ricardovogel-patch-1 Fix brainf[?]ck to brainfuck 7c95fd8 Git stats * 104 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/ISSUE_TEMPLATE Update feature_request.md Jan 26, 2019 python added js support for the brainfuck compiler Jan 6, 2019 samples added js support for the brainfuck compiler Jan 6, 2019 website Comma support Jan 20, 2019 LICENSE.md Update LICENSE.md Jan 4, 2019 README.md Fix brainf[?]ck to brainfuck Oct 2, 2021 index.html Stylize site to Heartf[?]ck Oct 2, 2021 View code HEARTF[?]CK The most wholesome "programming language" README.md HEARTF[?]CK The most wholesome "programming language" by Laura Pircalaboiu and Ricardo Vogel Python compiler by Jonathan Donszelmann https://heartfuck.github.io/ [?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?][?] Heartf[?]ck Brainfuck Purpose > increment the data pointer (to point to the next cell to the right). < decrement the data pointer (to point to the next cell to the left). + increment (increase by one) the byte at the data pointer. [?] - decrement (decrease by one) the byte at the data pointer. . output the byte at the data pointer. [?] , accept one byte of input, storing its value in the byte at the data pointer. if the byte at the data pointer is zero, then [ instead of moving the instruction pointer forward to the next command, jump it forward to the command after the command. if the byte at the data pointer is nonzero, then ] instead of moving the instruction pointer forward to the next command, jump it back to the command after the matching command. About Heartf[?]ck: the most wholesome "programming language" by Laura Pircalaboiu and Ricardo Vogel. Python compiler by Jonathan Donszelmann burgravian.github.io/heartfuck/ Topics programming-language brainfuck esoteric-language hacktoberfest Resources Readme License MIT License Stars 35 stars Watchers 3 watching Forks 2 forks Releases No releases published Packages 0 No packages published Contributors 5 * @ricardovogel * @laura-pircalaboiu * @jonay2000 * @MikaZeilstra * @GbaCretin Languages * Python 44.5% * HTML 24.9% * JavaScript 17.4% * CSS 9.2% * Brainfuck 3.7% * Assembly 0.3% * (c) 2022 GitHub, Inc. * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.