Doc/An Implementation of J

An Implementation of J

by Roger Hui
published by Iverson Software Inc., 1992-01-27.


Preface

J is a dialect of APL freely available on a wide variety of machines. It is the latest in the line of development known as "dictionary APL". The spelling scheme uses the ASCII alphabet. The underlying concepts, such as arrays, verbs, adverbs, and rank, are extensions and generalizations of ideas in APL\360. Anomalies have been removed. The result is at once simpler and more powerful than previous dialects.

This document describes an implementation of J in C. The reader is assumed to be familiar with J and C. J is specified by the ISI Dictionary of J, and introductions to the language are available in An Introduction to J and Programming in J; C is described in The C Programming Language.

Why "J"? It is easy to type.


Acknowledgment

Ex ungue leonem.


Contents

last edited 2008-05-01 21:24:15 by RogerHui