Category:J: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
(New language summary provided.)
Line 1: Line 1:
{{language|J}}
{{language|J}}The J programming language, developed in the early 1990s by Ken Iverson and Roger Hui, is a synthesis of [[APL]] (also by Iverson) and the [[FP]] and FL function-level languages created by John Backus.
J is a notational programming language designed for interactive use.

It is an array language; data is universally structured as rectangular arrays.

It is a functional language; creation and composition of functions is emphasized.

Object-module and imperative techniques are supported, but not required.

The J programming language was designed and developed by Ken Iverson and Roger Hui. It is a closely related successor to [[APL]], also by Iverson.


See http://www.jsoftware.com for more information.
See http://www.jsoftware.com for more information.

Revision as of 18:22, 9 May 2008

Language
J
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using J.

J is a notational programming language designed for interactive use.

It is an array language; data is universally structured as rectangular arrays.

It is a functional language; creation and composition of functions is emphasized.

Object-module and imperative techniques are supported, but not required.

The J programming language was designed and developed by Ken Iverson and Roger Hui. It is a closely related successor to APL, also by Iverson.

See http://www.jsoftware.com for more information.

Subcategories

This category has the following 3 subcategories, out of 3 total.

@

Pages in category "J"

The following 200 pages are in this category, out of 1,413 total.

(previous page) (next page)

A

(previous page) (next page)