Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

J

J - Programming language

< >

J is a programming language created in 1990 by Kenneth E. Iverson and Roger Hui.

#188on PLDB 33Years Old 3.8kUsers
1Books 0Papers 468Repos

Try now: Riju · TIO

The J programming language, developed in the early 1990s by Kenneth E. Iverson and Roger Hui, is a synthesis of APL (also by Iverson) and the FP and FL function-level languages created by John Backus. To avoid repeating the APL special-character problem, J uses only the basic ASCII character set, resorting to the use of the dot and colon as inflections to form short words similar to digraphs. Read more on Wikipedia...


Example from Riju:
echo 'Hello, world!'
Example from hello-world:
#!/opt/local/bin/jc echo 'Hello World' exit ''
NB. Hello World in J 'Hello World' 1!:2(2)
Example from Linguist:
#!/bin/jconsole echo 'Hello, GitHub!' exit ''
Example from Wikipedia:
3 |. 1 0 1 1 0 0 1 1 1 1 1 NB. rotate 1 0 0 1 1 1 1 1 1 0 1

Language features

Feature Supported Token Example
Integers ✓
NB. _?\d+
Floats ✓
NB. _?\d+\.(?=\d+)
Strings ✓ '
'Hello world'
Print() Debugging ✓ echo
Line Comments ✓ NB.
NB. A comment
Comments ✓
Semantic Indentation X

Books about J from ISBNdb

title authors year publisher
Programming In C [Paperback] [Jan 01, 2011] DIXIT J B  J. B. Dixit Firewall
rfc.html · j.html · x86-assembly.html

View source

- Build the next great programming language · Search · Day 213 · About · Blog · Acknowledgements · Traffic · Traffic Today · GitHub · feedback@pldb.com