Category:J: Difference between revisions

From Rosetta Code
Content added Content deleted
(try me!)
Line 40: Line 40:
== try me ==
== try me ==


Want to try one of those cryptic J lines you see peppered through RC? Try pasting it into the [http://www22.brinkster.com/olegyk/jserver/Test.aspx online single-line J interpeter] or the [http://erxz.com:10080/ web interface for buubot], a [[Perl]] IRC bot which has a J evaluation mode: just prefix your line with '''''jeval'''''.
Want to try one of those cryptic J lines you see peppered through RC? Try pasting it into the [http://www22.brinkster.com/olegyk/jserver/Test.aspx online single-line J interpeter] or the [http://erxz.com:10080/ web interface for buubot] (a [[Perl]] IRC bot which has a J evaluation mode: just prefix your line with '''''jeval''''').


If you want to be a bit more interactive, and get some guidance from J gurus, you can join the actual J IRC channel on Freenode, #jsoftware. Buubot and several other J eval bots run there. If you don't have an IRC client you can try [http://webchat.freenode.net/?randomnick=1&channels=jsoftware freenode's web interface]. More [[j:Community/IRC|details about the J IRC community]] is available.
If you want to be a bit more interactive, and get some guidance from J gurus, you can join the actual J IRC channel on Freenode, #jsoftware. Buubot and several other J eval bots run there. If you don't have an IRC client you can try [http://webchat.freenode.net/?randomnick=1&channels=jsoftware freenode's web interface]. More [[j:Community/IRC|details about the J IRC community]] is available.

Revision as of 20:13, 19 October 2009

Language
J
This programming language may be used to instruct a computer to perform a task.
Official website
Type safety: Safe
Type strength: Strong
Type checking: Dynamic
Lang tag(s): j
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using J.


the J language

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.

J on RosettaCode

Discussion of the goals of the J community on RC and general guidelines for presenting J solutions takes place at House Style.


Jers on RosettaCode

try me

Want to try one of those cryptic J lines you see peppered through RC? Try pasting it into the online single-line J interpeter or the web interface for buubot (a Perl IRC bot which has a J evaluation mode: just prefix your line with jeval).

If you want to be a bit more interactive, and get some guidance from J gurus, you can join the actual J IRC channel on Freenode, #jsoftware. Buubot and several other J eval bots run there. If you don't have an IRC client you can try freenode's web interface. More details about the J IRC community is available.

If any of that piques your interest, and you want to explore a little more, you can download J and join the J forums.

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)