{"id":17801090,"url":"https://github.com/refi64/b.k","last_synced_at":"2026-01-11T01:52:54.481Z","repository":{"id":30205775,"uuid":"33756716","full_name":"refi64/b.k","owner":"refi64","description":"A BF interpreter written in K","archived":false,"fork":false,"pushed_at":"2016-04-25T15:59:41.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-25T05:06:45.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/refi64.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2015-04-11T00:32:03.000Z","updated_at":"2025-03-02T08:10:16.000Z","dependencies_parsed_at":"2022-09-05T01:51:22.712Z","dependency_job_id":null,"html_url":"https://github.com/refi64/b.k","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/refi64%2Fb.k","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fb.k/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fb.k/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/refi64%2Fb.k/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/refi64","download_url":"https://codeload.github.com/refi64/b.k/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758278,"owners_count":20828919,"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-10-27T12:33:45.431Z","updated_at":"2026-01-11T01:52:54.473Z","avatar_url":"https://github.com/refi64.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"b.k\n===\n\nA Brainf*** interpreter written in K. You know, the language that goes like this::\n   \n   + increment value at tape pointer\n   - decrement value at tape pointer\n   \u003c decrement tape pointer\n   \u003e increment tape pointer\n   [ jump to the matching right bracket is the value at the tape pointer is 0\n   ] jump to the matching left bracket is the value at the tape pointer is not 0\n   . print the value at the tape pointer\n   , read a character from the screen\n\nThis interpreter is by no means fast...but it works. Pretty well, too, except that I didn't implement the ``,`` character because, as far as I know, reading a single character isn't possible with K2 unless you resort to C extensions. This is written for `Kona \u003chttps://github.com/kevinlawler/kona\u003e`_ and K2, NOT kdb+ 3. It will NOT run under kdb+ 3 (if you figure out how without using q, let me know!).\n\nThe whole thing is (without comments and blank lines) 378 characters (358 if you remove unnecessary newlines).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fb.k","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frefi64%2Fb.k","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frefi64%2Fb.k/lists"}