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

https://github.com/jdan/try-j


https://github.com/jdan/try-j

Last synced: 5 months ago
JSON representation

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)

![image](https://user-images.githubusercontent.com/287268/192154214-fe927a4c-d8d5-4389-a828-00b2e9b99f60.png)

### 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.

![image](https://github.com/user-attachments/assets/48d1e793-1722-4ee9-ada3-377b6b575a57)

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)