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

https://github.com/sohang3112/apl

Solutions of various problems in array programming languages: APL, J
https://github.com/sohang3112/apl

apl array-programming array-programming-language j-programming-language

Last synced: 17 days ago
JSON representation

Solutions of various problems in array programming languages: APL, J

Awesome Lists containing this project

README

          

# [Array Programming](https://en.wikipedia.org/wiki/Array_programming):
## APL & its derivative languages

Notes on:

- [APL](languages/apl/)
- *Additional APL Resource*: [APL History](https://www.pldi21.org/prerecorded_hopl.2.html)
- [J](languages/j/)
- **Kap** (a new lang, in progress, uses APL characters and very similar to it!):
- repo: https://codeberg.org/loke/array
- its Array Editor GUI demo looks cool of spreadsheet-like features: https://blog.dhsdevelopments.com/array-languages-vs

[List of open-source array languages (APL & derivatives)](https://aplwiki.com/wiki/List_of_open-source_array_languages) - NOTE: Dyalog APL is proprietary so not listed, but some open source APL implementations are there.

### Tooling
- [Dyalog APL Link](https://dyalog.github.io/link/latest/) -- new recommended way to save code in text files instead of workspace files. Version control can be done externally via Git.
- This also looks cool (spreadsheet-like GUI editor for K language): https://github.com/chrispsn/mesh-spreadsheet

## Common Resources

- [Array Portal](https://www.arrayportal.com/) - search idioms for both APL and J