JAL/User Guide - J Wiki (original) (raw)

J Application Library

Jal.jpg

The J application library consists of:

Addons

The addons library includes:

See Addons/Installation for instructions.

Each addon is installed in a two-level directory under the local addons directory. The load and require verbs support shortnames matching the directory names, for example

load 'web/gethttp' load 'convert/misc/base64'

are equivalent to:

load 'addons/web/gethttp/gethttp.ijs' load 'addons/convert/misc/base64.ijs'

Addons Documentation

The starting point for addon documentation is the wiki page Libraries. Each addon has its own documentation page on the wiki, named with its installation directory name, for example Addons/arc/zip.

Unofficial Packages

As well as the official list of addons, you can make an addon from any github repo.

See Pacman#github