Skip to content

Commit c0e3bc8

Browse files
committed
✨ tinyapl info
1 parent eaf9126 commit c0e3bc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ There are several sites that do these kinds of comparisons:
7676
| :-------: | :---: | :-------------: | :-------: | :---: | :----: |
7777
| APL | 💚 | 1 (or `⎕IO`) | `LA`/`TA` | `RL` | Row |
7878
| Kap | 💚 | 0 | `LA`/`TA` | `RL` | Row |
79+
| TinyAPL | 💚 | 0 | `LA` | `RL` | Row |
7980
| J | 💚 | 0 | `LA` | `RL` | Row |
8081
| BQN | 💚 | 0 | `LA` | `RL` | Row |
8182
| Uiua | 💚 | 0 | `LA` | `RL` | Row |
@@ -101,6 +102,7 @@ There are several sites that do these kinds of comparisons:
101102
| :-------: | :------------: | :----------: | :---------------: | :------------------: |
102103
| APL | `` | `` | `⍴⍴` | `×/⍴` |
103104
| Kap | `` | `` | `⍴⍴` | `×/⍴` |
105+
| TinyAPL | `` | `` | `ϼ` | `×⍆⍴` |
104106
| J | `#` | `$` | `$$` | `*/@$` |
105107
| BQN | `` | `` | `≢≢` | `×´≢` |
106108
| Uiua | `` | `` | `⧻△` | `⧻♭` |

0 commit comments

Comments
 (0)