A trivial system to demonstrate how to build a software application in Dyalog.
Intended as an example for build.dyalog.com
Calculates descriptive statistics from lists and tables.
| version | description |
|---|---|
| fun | APL functions that do the job |
| dsl | wrapped as a domain-specific language |
| pkg | published as a Tatin package |
| desk | published as a desktop application |
| api | published as a Web API |
| web | offered as Web service with GUI |