{"id":21717298,"url":"https://github.com/shnarazk/learn-bqn","last_synced_at":"2026-05-21T14:20:21.632Z","repository":{"id":97696532,"uuid":"481400440","full_name":"shnarazk/learn-bqn","owner":"shnarazk","description":"配列指向プログラミング言語BQN の始め方(日本語版) -- Learn and write an introduction of BQN, an APL descendant (in Japanese)","archived":false,"fork":false,"pushed_at":"2023-09-27T23:05:37.000Z","size":2461,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T18:11:33.699Z","etag":null,"topics":["bqn","japanese","learning-by-doing","tutorial"],"latest_commit_sha":null,"homepage":"https://shnarazk.github.io/learn-bqn/","language":"APL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shnarazk.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}},"created_at":"2022-04-13T23:11:15.000Z","updated_at":"2023-07-18T11:48:09.000Z","dependencies_parsed_at":"2023-04-01T11:36:14.431Z","dependency_job_id":"dd2a0352-0382-4fb3-82cd-a98f8b3b5c0f","html_url":"https://github.com/shnarazk/learn-bqn","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/shnarazk%2Flearn-bqn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnarazk%2Flearn-bqn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnarazk%2Flearn-bqn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shnarazk%2Flearn-bqn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shnarazk","download_url":"https://codeload.github.com/shnarazk/learn-bqn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244682198,"owners_count":20492926,"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":["bqn","japanese","learning-by-doing","tutorial"],"created_at":"2024-11-26T01:16:03.624Z","updated_at":"2026-05-21T14:20:21.585Z","avatar_url":"https://github.com/shnarazk.png","language":"APL","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://shnarazk.github.io/2023/learn-bqn.png)\n\n## My setup scheme of [CBQN](https://github.com/dzaima/CBQN) with Nix\n\n- a crash course to install CBQN devel on Darnwin (checked at 2023-08-22)\n\n```\nnix shell nixpkgs#libffi^dev; export C_INCLUDE_PATH=/nix/store/*libffi-*-dev/include\n# or flakify with `pkgs.libffi`\nmake o3n has='AVX2 BMI2'        # or make o3 on aarch64\ncp BQN ~/.local/bin\nmake shared-o3\nmkdir -p ~/.local/lib\ncp libcbqn.so ~/.local/lib\ncp libcbqn.so ~/.local/lib/BQN\nln -sf ~/.local/bin/BQN ~/.local/bin/cbqn\n```\n\n- [bqnlsp](https://github.com/shnarazk/learn-bqn/blob/main/bqnlsp.md)\n- [tree-sitter-bqn](https://github.com/shnarazk/tree-sitter-bqn)\n- [editorial configuration](https://github.com/shnarazk/learn-bqn/blob/main/settings/helix.md) for [helix](https://helix-editor.com)\n\n## How to code\n- [BQN documentation](https://mlochbaum.github.io/BQN/)\n- [cbqn commands](https://github.com/dzaima/CBQN/blob/master/docs/commands.md)\n- [BQNcrate](https://mlochbaum.github.io/bqncrate/)\n- [my code for advent of code](https://github.com/shnarazk/advent-of-code/tree/main/bqn)\n- [pi benchmark game](https://github.com/shnarazk/learn-bqn/tree/main/programs/pi-benchmark)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnarazk%2Flearn-bqn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshnarazk%2Flearn-bqn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshnarazk%2Flearn-bqn/lists"}