https://github.com/stex/programming_basics
Very incomplete list of things I use to explain programming basics
https://github.com/stex/programming_basics
Last synced: 4 months ago
JSON representation
Very incomplete list of things I use to explain programming basics
- Host: GitHub
- URL: https://github.com/stex/programming_basics
- Owner: stex
- Created: 2022-03-04T15:21:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T17:20:20.000Z (over 4 years ago)
- Last Synced: 2025-03-05T01:31:07.755Z (over 1 year ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# programming_basics
Very incomplete list of things I use to explain programming basics
To run the javascript inside the markdown files, install [`lit-node`](https://github.com/Rich-Harris/lit-node):
npm install -g lit-node
Afterwards, just run `lit-node FILE.md`
Sections within the markdown documents can easily be ran using this extension for VS Code: https://marketplace.visualstudio.com/items?itemName=hanskre.markdown-execute