@@ -31,6 +31,7 @@ There are several sites that do these kinds of comparisons:
3131| | Language | :heavy_dollar_sign : | Main Website | Help / Docs | Online REPL |
3232| :------------------------: | :--------: | :-----------------: | :----------------------------------------------------------------------------------: | :-------------------------------------------------------------------------: | :------------------------------------------------------------------: |
3333| :green_heart : | Dyalog APL | | [ dyalog.com] ( https://www.dyalog.com/ ) | [ Dyalog Help] ( https://help.dyalog.com/18.2/ ) | [ TryAPL] ( https://tryapl.org/ ) |
34+ | :yellow_heart : | Kap | | [ kapdemo.dhsdevelopments.com] ( https://kapdemo.dhsdevelopments.com/ ) | [ Kap Ref] ( https://kapdemo.dhsdevelopments.com/reference.html ) | [ Kap Interpreter] ( https://kapdemo.dhsdevelopments.com/clientweb2/ ) |
3435| :green_heart : | J | | [ jsoftware.com] ( https://www.jsoftware.com/ ) | [ J NuVoc] ( https://code.jsoftware.com/wiki/NuVoc ) | [ J Playground] ( https://jsoftware.github.io/j-playground/bin/html2/# ) |
3536| :green_heart : | BQN | | [ mlochbaum.github.io/BQN] ( https://mlochbaum.github.io/BQN/ ) | [ BQN Docs] ( https://mlochbaum.github.io/BQN/doc/index.html ) | [ BQNPAD] ( https://bqnpad.mechanize.systems/ ) |
3637| :green_heart : | Uiua | | [ uiua.org] ( https://www.uiua.org/ ) | [ Uiua Docs] ( https://www.uiua.org/docs ) | [ UiuaPAD] ( https://www.uiua.org/pad ) |
@@ -51,6 +52,7 @@ There are several sites that do these kinds of comparisons:
5152
5253\* Library, not an actual language
5354* :green_heart : Main (APL-Family) Array Languages
55+ * :yellow_heart : Fringe (APL-Family) Array Languages
5456* :blue_heart : Main (Non-APL-Family) Array Languages
5557* :purple_heart : Fringe / Research Array Languages
5658* :heartpulse : Array Compiler Backends / Array Libraries
@@ -72,6 +74,7 @@ There are several sites that do these kinds of comparisons:
7274| | 1 | 2 | 3 | 4 | 5 |
7375| :-------: | :-------------: | :-------------: | :-------------: | :---: | :----: |
7476| APL | :green_heart : | 1 (or ` ⎕IO ` ) | ` LA ` /` TA ` | ` RL ` | Row |
77+ | Kap | :green_heart : | 0 | ` LA ` /` TA ` | ` RL ` | Row |
7578| J | :green_heart : | 0 | ` LA ` | ` RL ` | Row |
7679| BQN | :green_heart : | 0 | ` LA ` | ` RL ` | Row |
7780| Uiua | :green_heart : | 0 | ` LA ` | ` RL ` | Row |
@@ -88,14 +91,15 @@ There are several sites that do these kinds of comparisons:
8891| ArrayFire | :no_entry_sign : | 0 | ` LA ` | ` () ` | Column |
8992| MatX | :no_entry_sign : | 0 | ` LA ` | ` () ` | Row |
9093
91- 6 . Length of Array (Leading Axis)
92- 7 . Shape of Array
93- 8 . Rank of Array
94- 9 . Number of Elements in Array
94+ 1 . Length of Array (Leading Axis)
95+ 2 . Shape of Array
96+ 3 . Rank of Array
97+ 4 . Number of Elements in Array
9598
9699| | 6 | 7 | 8 | 9 |
97100| :-------: | :------------: | :-------------: | :---------------: | :------------------: |
98101| APL | ` ≢ ` | ` ⍴ ` | ` ⍴⍴ ` | ` ×/⍴ ` |
102+ | Kap | ` ≢ ` | ` ⍴ ` | ` ⍴⍴ ` | ` ×/⍴ ` |
99103| J | ` # ` | ` $ ` | ` $$ ` | ` */@$ ` |
100104| BQN | ` ≠ ` | ` ≢ ` | ` ≢≢ ` | ` ×´≢ ` |
101105| Uiua | ` ⧻ ` | ` △ ` | ` ⧻△ ` | ` ⧻♭ ` |
0 commit comments