An Implementation of J

🔥 Discover this awesome post from Hacker News 📖

📂 Category:

✅ Main takeaway:


An Implementation of J

An Implementation of J
Roger K.W. Hui

Copyright © 1990-2011, Jsoftware Inc.
last updated: 2000-06-23


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
J Dictionary, and
introductions to the language are available in
Programming in J and
J Primer;
C is described in
The C Programming Language.

Why “J”? It is easy to type.

Acknowledgment

Ex ungue leonem.



Next

Previous

Index

Table of Contents

🔥 What do you think?

#️⃣ #Implementation

🕒 Posted on 1765682056

By

Leave a Reply

Your email address will not be published. Required fields are marked *