diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/community/index.html | 18 | ||||
| -rw-r--r-- | docs/index.html | 2 |
2 files changed, 19 insertions, 1 deletions
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> |
