An open API service indexing awesome lists of open source software.

https://github.com/abrudz/tio

Dyalog APL operator interface to Try It Online (TIO.Run)
https://github.com/abrudz/tio

bridge dyalog dyalog-apl dyalogapl executor languages operator programming-languages wrapper

Last synced: 17 days ago
JSON representation

Dyalog APL operator interface to Try It Online (TIO.Run)

Awesome Lists containing this project

README

          

# Dyalog APL operator interface to Try It Online ([TIO.Run](https://tio.run/#))

```apl
2⎕FIX'file://path/TIO/Run.aplo'
'forth-gforth'Run '10 4 + 3 * .'
42
'John Doe'('python3'Run)'print("Hello, "+input())'
Hello, John Doe
```

Available languages:

```apl
'bash'Run'ls /srv/wrappers'
05ab1e
1l-a
1l-aoi

```