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
- Host: GitHub
- URL: https://github.com/jsoftware/jsource
- Owner: jsoftware
- License: other
- Created: 2016-02-01T04:50:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:45:56.000Z (28 days ago)
- Last Synced: 2025-04-09T16:33:36.535Z (28 days ago)
- Language: C
- Homepage:
- Size: 108 MB
- Stars: 684
- Watchers: 37
- Forks: 93
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
- awesome-programming-languages - J - 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. (Uncategorized / Uncategorized)
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.