https://github.com/georgjz/forth-tutorial
A series of programming challenges as part of a series of Forth tutorials
https://github.com/georgjz/forth-tutorial
forth tutorial-code
Last synced: 10 days ago
JSON representation
A series of programming challenges as part of a series of Forth tutorials
- Host: GitHub
- URL: https://github.com/georgjz/forth-tutorial
- Owner: georgjz
- Created: 2021-11-01T20:24:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-21T18:25:41.000Z (almost 4 years ago)
- Last Synced: 2025-03-11T21:45:46.164Z (about 1 year ago)
- Topics: forth, tutorial-code
- Language: Forth
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forth Tutorial
These are programming challenges to be solved in [Forth][forth]. They are part of the [Forth tutorials found on my blog][blog].
## Instructions
Each directory contains a `INSTRUCTIONS.md` file. Read it to find out how to solve and run the specific challenges. It may contain some hints.
[forth]: https://en.wikipedia.org/wiki/Forth_(programming_language)
[blog]: https://georgjz.github.io/forth01/