{" "} Easiest Tutorial to understand J Programming Language
Introduction to J Programming Language
J Programming Language is an Functional-Level Programming (also known as higher-order functional programming). It is used for mathematical and statistical programming generally used for operation on matrices. It is also used in Network Performance Analysis and Extreme Programming. J programming is Open Source Language and works on window, Mac and Linux.
Example of J Programming Language
J Programming permits point-free-style and function composition. It is considered to be difficult to read by some programmers. The hello world program in J is Example of Program in UNIX System:
{` #!/bin/jc echo 'Hello, world!' exit '' `}
Video tutorial for j programming:
- How to download and install J programming- https://www.youtube.com/watch?v=fDS-SPtwLS4
- Basic of J programming- https://www.youtube.com/watch?v=eIw-DiE9Bsc
How to learn J Programming
Good programming tutorial on J Language can be access using following Books:
- Network Performance Analysis: Using the J Programming Language by Alan Holt
- Tutorial by Squodoo - http://www.squidoo.com/jprogramming