https://github.com/jdan/try-j
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jdan/try-j
- Owner: jdan
- Created: 2022-09-25T16:20:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T23:52:10.000Z (about 1 year ago)
- Last Synced: 2025-06-02T01:27:27.674Z (about 1 year ago)
- Language: J
- Size: 2.85 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## try-j
Try the [J programming language](https://www.jsoftware.com) with [Visual Studio Dev Containers](https://code.visualstudio.com/docs/remote/containers)

### Instructions
This repository is meant to be run in a VSCode Dev Container https://code.visualstudio.com/docs/remote/containers. You can run this in GitHub Codespaces for free.

Local install instructions:
1. Install the Remote - Containers extension https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
2. Open the command palette (Ctrl/Cmd + Shift + P)
3. Select "Remote-Containers: Reopen in Container..."
4. You're now coding in a full Ubuntu environment with the J console, open `hello-world.ijs` to get started.
### Notes
hello-world.ijs is an interactive repackaging of my post, 🧮 The Fibonacci numbers (https://notes.jordanscales.com/81aa77d8)