Try the J programming language with Visual Studio Dev Containers
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:
- Install the Remote - Containers extension https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers
- Open the command palette (Ctrl/Cmd + Shift + P)
- Select "Remote-Containers: Reopen in Container..."
- You're now coding in a full Ubuntu environment with the J console, open
hello-world.ijs
to get started.
hello-world.ijs is an interactive repackaging of my post, 🧮 The Fibonacci numbers (https://notes.jordanscales.com/81aa77d8)