blob: e9e9b98706c90330fb79ab842f1f72e7383614c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<head>
<link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="../style.css" rel="stylesheet"/>
<title>BQN community links</title>
</head>
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a></div>
<h1 id="bqn-community-links"><a class="header" href="#bqn-community-links">BQN community links</a></h1>
<p>Yes, BQN has users! This page gathers links to work by the community. To get in touch, please use our <a href="forums.html">chat forums</a>.</p>
<p>For code repositories using BQN, see:</p>
<ul>
<li>Github repositories <a href="https://github.com/topics/bqn">tagged BQN</a></li>
<li><a href="https://codeberg.org/ndrogers/bqn-rest">bqn-rest</a>, for web APIs</li>
</ul>
<p>And the links below point to BQN submissions on some sites that encourage shorter-form programming.</p>
<ul>
<li><a href="https://rosettacode.org/wiki/Category:BQN">Rosetta Code</a> (consider translating <a href="https://rosettacode.org/wiki/Category:APL">APL versions</a>?)</li>
<li>Stack Exchange <a href="https://codegolf.stackexchange.com/search?tab=newest&q=BQN">Code Golf & Coding Challenges</a></li>
<li>Codidact <a href="https://codegolf.codidact.com/posts/search?utf8=%E2%9C%93&search=BQN&sort=age">Code Golf</a></li>
</ul>
<p>And also:</p>
<ul>
<li><a href="fanart.html">BQN fan art</a></li>
</ul>
|