Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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.