diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-14 11:15:59 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-09-14 11:15:59 -0400 |
| commit | f421346fa5a41fba61cd95dfb57fd4764b495f2d (patch) | |
| tree | 2bc65fccc67565cb293cbca48b34f6f1d62b2133 | |
| parent | 95cc441b4aefd08d562cf0ee1110db25ba7afdb0 (diff) | |
Add community directory in website
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | community/README.md | 14 | ||||
| -rw-r--r-- | docs/community/index.html | 18 | ||||
| -rw-r--r-- | docs/index.html | 2 |
4 files changed, 34 insertions, 2 deletions
@@ -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 & 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> |
