aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--community/README.md14
-rw-r--r--docs/community/index.html18
-rw-r--r--docs/index.html2
4 files changed, 34 insertions, 2 deletions
diff --git a/README.md b/README.md
index 287e3fa7..161c0969 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
<center>
-[documentation](doc/README.md) • [specification](spec/README.md) • [tutorials](tutorial/README.md) • [implementation](implementation/README.md)
+[documentation](doc/README.md) • [specification](spec/README.md) • [tutorials](tutorial/README.md) • [implementation](implementation/README.md) • [community](community/README.md)
</center>
diff --git a/community/README.md b/community/README.md
new file mode 100644
index 00000000..c3bdc618
--- /dev/null
+++ b/community/README.md
@@ -0,0 +1,14 @@
+*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/community/index.html).*
+
+# BQN community links
+
+Yes, BQN has users! Forums where we discuss things are linked [on the main page](../README.md#where-can-i-find-bqn-users), and there are a few projects elsewhere as well.
+
+* Github repositories [tagged BQN](https://github.com/topics/bqn)
+* [bqn-rest](https://codeberg.org/ndrogers/bqn-rest), for web APIs
+
+You can also see BQN submissions on some sites that encourage shorter-form programming with the links below:
+
+* [Rosetta Code](https://rosettacode.org/wiki/Category:BQN) (consider translating [APL versions](https://rosettacode.org/wiki/Category:APL)?)
+* Stack Exchange [Code Golf & Coding Challenges](https://codegolf.stackexchange.com/search?tab=newest&q=BQN)
+* Codidact [Code Golf](https://codegolf.codidact.com/posts/search?utf8=%E2%9C%93&search=BQN&sort=age)
diff --git a/docs/community/index.html b/docs/community/index.html
new file mode 100644
index 00000000..61b4d43c
--- /dev/null
+++ b/docs/community/index.html
@@ -0,0 +1,18 @@
+<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! Forums where we discuss things are linked <a href="../index.html#where-can-i-find-bqn-users">on the main page</a>, and there are a few projects elsewhere as well.</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>You can also see BQN submissions on some sites that encourage shorter-form programming with the links below:</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 &amp; 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>
diff --git a/docs/index.html b/docs/index.html
index e53912f8..b5ffce3d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -7,7 +7,7 @@
<h1 id="bqn-finally-an-apl-for-your-flying-saucer"><a class="header" href="#bqn-finally-an-apl-for-your-flying-saucer">BQN: finally, an APL for your flying saucer</a></h1>
<center>
-<p><a href="doc/index.html">documentation</a> • <a href="spec/index.html">specification</a> • <a href="tutorial/index.html">tutorials</a> • <a href="implementation/index.html">implementation</a></p>
+<p><a href="doc/index.html">documentation</a> • <a href="spec/index.html">specification</a> • <a href="tutorial/index.html">tutorials</a> • <a href="implementation/index.html">implementation</a> • <a href="community/index.html">community</a></p>
</center>
<p><em>Try it online below (shift-enter to run), on <a href="https://mlochbaum.github.io/BQN/try.html">this page</a>, or <a href="#where-can-i-find-bqn-users">in our chat</a>. Use <a href="https://github.com/dzaima/CBQN">CBQN</a> offline; details <a href="running.html">here</a>.</em></p>