An open API service indexing awesome lists of open source software.

https://github.com/jsoftware/jsource

J engine source mirror
https://github.com/jsoftware/jsource

Last synced: 25 days ago
JSON representation

J engine source mirror

Awesome Lists containing this project

README

        

J is a high-level, general-purpose programming language that is particularly suited to the mathematical, statistical, and logical analysis of data. It is a powerful tool for developing algorithms and exploring problems that are not already well understood.

J is written in portable C and is available for Windows, Linux, Mac, iOS, Android and Raspberry Pi. J can be installed and distributed for free. The [source](https://github.com/jsoftware/jsource)
is provided under both commercial and GPL 3 licenses.

J is easy to install, has a small footprint, and has direct access to tutorials and documentation.

The latest release is J9.6 with several new language features and performance improvements, available from February 2025. See [J9.6 Release Notes](https://code.jsoftware.com/wiki/System/ReleaseNotes/J9.6).

A [J9.7 beta](https://code.jsoftware.com/wiki/System/ReleaseNotes/J9.7) is available from March 2025.

Documentation can be found in the [J wiki](https://code.jsoftware.com/wiki).

To download and install see [Installation](https://code.jsoftware.com/wiki/System/Installation).

To build the J engine on your platform, see overview.txt. The various distributions for supported platforms are built with github actions.