Skip to content

Commit a0baf98

Browse files
committed
Added resources for learning Forth
1 parent 81739e4 commit a0baf98

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
## ttester Codewars
22

3-
`ttester.fs` extension to output test results for Codewars.
3+
`ttester.fs` extension to output Forth test results for Codewars.
44

55
This project is work in progress.
66

77
Please contribute to improve Forth support on Codewars.
88

9+
## Learning Forth
10+
11+
Some excellent sources to get you started learning Forth:
12+
13+
* [Learn Forth in x minutes](https://learnxinyminutes.com/docs/forth/)
14+
* [Starting Forth](https://www.forth.com/starting-forth/0-starting-forth/)
15+
* [Thinking in Forth](http://thinking-forth.sourceforge.net/)
16+
917
## Example
1018

1119
See [example](./example).

0 commit comments

Comments
 (0)