This package browser is in early development. Mind the rough edges.

ecl-april

Array Programming Re-Imagined in Lisp

April compiles a subset of the APL programming language into Common Lisp. Leveraging Lisp's powerful macros and numeric processing faculties, it brings APL's expressive potential to bear for Lisp developers. Replace hundreds of lines of number-crunching code with a single line of APL.

Installation

Install the latest version of ecl-april as follows:

guix install ecl-april

Or install a particular version:

guix install ecl-april@1.0-3.bdd74f1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ecl-april about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ecl-april'><img src='https://packages.guix.gnu.org/packages/ecl-april/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ecl-april/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ecl-april)

Example Org:

[[https://packages.guix.gnu.org/packages/ecl-april][https://packages.guix.gnu.org/packages/ecl-april/badges/latest-version.svg]]