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)
- Host: GitHub
- URL: https://github.com/abrudz/tio
- Owner: abrudz
- License: mit
- Created: 2019-08-30T11:07:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T17:40:49.000Z (over 6 years ago)
- Last Synced: 2025-04-05T07:43:16.423Z (10 months ago)
- Topics: bridge, dyalog, dyalog-apl, dyalogapl, executor, languages, operator, programming-languages, wrapper
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
⋮
```