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

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

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/