Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marnen/exercism-apl
APL track for Exercism (targeting ISO/GNU APL).
https://github.com/marnen/exercism-apl
Last synced: 6 days ago
JSON representation
APL track for Exercism (targeting ISO/GNU APL).
- Host: GitHub
- URL: https://github.com/marnen/exercism-apl
- Owner: marnen
- Created: 2017-08-05T20:08:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T19:16:06.000Z (over 7 years ago)
- Last Synced: 2024-12-10T05:42:30.392Z (2 months ago)
- Language: APL
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# exercism-apl
APL track for Exercism (targeting ISO/GNU APL).We are making use of GNU APL's testcase feature. To run tests, go to any exercise directory and run `apl -T *.tc`.
Note that all implementation files (`*.apl`) need a shebang line, or else GNU APL won't load them properly. Yes, I know this is not ideal.