From f421346fa5a41fba61cd95dfb57fd4764b495f2d Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 14 Sep 2021 11:15:59 -0400 Subject: Add community directory in website --- README.md | 2 +- community/README.md | 14 ++++++++++++++ docs/community/index.html | 18 ++++++++++++++++++ docs/index.html | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 community/README.md create mode 100644 docs/community/index.html diff --git a/README.md b/README.md index 287e3fa7..161c0969 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-[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)
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 @@ + + + + BQN community links + + +

BQN community links

+

Yes, BQN has users! Forums where we discuss things are linked on the main page, and there are a few projects elsewhere as well.

+ +

You can also see BQN submissions on some sites that encourage shorter-form programming with the links below:

+ 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 @@

BQN: finally, an APL for your flying saucer

-

documentationspecificationtutorialsimplementation

+

documentationspecificationtutorialsimplementationcommunity

Try it online below (shift-enter to run), on this page, or in our chat. Use CBQN offline; details here.

-- cgit v1.2.3